Skip to content

Commit 1e43133

Browse files
committed
bump version to 0.8.7-rc2
1 parent a62ae0d commit 1e43133

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) "-rc1"
41+
NW_STRINGIFY(NW_PATCH_VERSION) "-rc2"
4242
#endif
4343

4444
#define NW_VERSION "v" NW_VERSION_STRING

0 commit comments

Comments
 (0)