Skip to content

Commit 814e3a5

Browse files
committed
dev v0.13.0-dev
1 parent c7a6d25 commit 814e3a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "vender"]
22
path = vender
33
url = https://github.com/fibjs/fibjs_vender.git
4-
branch = 0.12.x
4+
branch = dev

fibjs/include/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef VERSION_H_
99
#define VERSION_H_
1010

11-
static const char fibjs_version[] = "0.12.0";
11+
static const char fibjs_version[] = "0.13.0-dev";
1212
static const int jsc_version = 0x0F1B0001;
1313

1414
#endif

0 commit comments

Comments
 (0)