Skip to content

Commit e46bf59

Browse files
committed
bump version to 0.12.0-alpha3
1 parent 0990b16 commit e46bf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nw_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#else
3939
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
4040
NW_STRINGIFY(NW_MINOR_VERSION) "." \
41-
NW_STRINGIFY(NW_PATCH_VERSION) "-alpha2"
41+
NW_STRINGIFY(NW_PATCH_VERSION) "-alpha3"
4242
#endif
4343

4444
#define NW_VERSION "v" NW_VERSION_STRING

0 commit comments

Comments
 (0)