Skip to content

Commit d2175da

Browse files
committed
bump version: 0.51.0-beta1
1 parent 0e5c439 commit d2175da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nw_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#define NW_VERSION_H
2323

2424
#define NW_MAJOR_VERSION 0
25-
#define NW_MINOR_VERSION 50
26-
#define NW_PATCH_VERSION 4
25+
#define NW_MINOR_VERSION 51
26+
#define NW_PATCH_VERSION 0
2727

28-
#define NW_VERSION_IS_RELEASE 1
28+
#define NW_VERSION_IS_RELEASE 0
2929

3030
#ifndef NW_STRINGIFY
3131
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)