We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fd7670 + c7fd967 commit 93effefCopy full SHA for 93effef
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
- published
9
10
env:
11
- VERSION: 2.9.1
+ VERSION: 2.9.2
12
UI_VERSION: 2.6.1
13
BRANCH: v2.9
14
include/neuron/define.h
@@ -24,7 +24,7 @@
24
25
#define NEU_VERSION_MAJOR 2
26
#define NEU_VERSION_MINOR 9
27
-#define NEU_VERSION_FIX 1
+#define NEU_VERSION_FIX 2
28
29
#define NEU_GET_VERSION_MAJOR(V) ((0xffff0000 & V) >> 16)
30
#define NEU_GET_VERSION_MINOR(V) ((0x0000ff00 & V) >> 8)
version
@@ -1 +1 @@
1
-2.9.1
+2.9.2
0 commit comments