Skip to content

Commit 92e5e07

Browse files
committed
script/uberjar major version wrong
1 parent a19f4bd commit 92e5e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/uberjar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rm -f resources/brepl_client.js
1919
# find the v0.0 tag and will always return the total number of commits (even
2020
# if the tag is v0.0.1).
2121
MAJOR="1"
22-
MINOR="11"
22+
MINOR="12"
2323
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
2424

2525
# Extract the version number from the string.

0 commit comments

Comments
 (0)