File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
25
25
# find the v0.0 tag and will always return the total number of commits (even
26
26
# if the tag is v0.0.1).
27
27
MAJOR=" 1"
28
- MINOR=" 10 "
28
+ MINOR=" 11 "
29
29
REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
30
30
31
31
# Extract the version number from the string.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -ex
10
10
# find the v0.0 tag and will always return the total number of commits (even
11
11
# if the tag is v0.0.1).
12
12
MAJOR=" 1"
13
- MINOR=" 9 "
13
+ MINOR=" 11 "
14
14
REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
15
15
16
16
# Extract the version number from the string. Do this in two steps so
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rm -f resources/brepl_client.js
19
19
# find the v0.0 tag and will always return the total number of commits (even
20
20
# if the tag is v0.0.1).
21
21
MAJOR=" 1"
22
- MINOR=" 10 "
22
+ MINOR=" 11 "
23
23
REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
24
24
25
25
# Extract the version number from the string.
You can’t perform that action at this time.
0 commit comments