Skip to content

Commit 679ab37

Browse files
committed
update version
1 parent e2fc157 commit 679ab37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/swoole_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#define SWOOLE_MAJOR_VERSION 4
2222
#define SWOOLE_MINOR_VERSION 5
2323
#define SWOOLE_RELEASE_VERSION 3
24-
#define SWOOLE_EXTRA_VERSION "alpha"
25-
#define SWOOLE_VERSION "4.5.3-alpha"
24+
#define SWOOLE_EXTRA_VERSION "beta"
25+
#define SWOOLE_VERSION "4.5.3-beta"
2626
#define SWOOLE_VERSION_ID 40503
27-
#define SWOOLE_API_VERSION_ID 0x202006a
27+
#define SWOOLE_API_VERSION_ID 0x202008a
2828

2929
#define SWOOLE_BUG_REPORT \
3030
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n" \

0 commit comments

Comments
 (0)