We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3966f6 + 23f7e51 commit 2c885f6Copy full SHA for 2c885f6
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
- published
9
10
env:
11
- VERSION: 2.10.0
+ VERSION: 2.10.1
12
UI_VERSION: 2.6.1
13
BRANCH: v2.10
14
include/neuron/define.h
@@ -24,7 +24,7 @@
24
25
#define NEU_VERSION_MAJOR 2
26
#define NEU_VERSION_MINOR 10
27
-#define NEU_VERSION_FIX 0
+#define NEU_VERSION_FIX 1
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.10.0
+2.10.1
0 commit comments