1.5.0-SNAPSHOT

This commit is contained in:
Eugene Yokota
2020-11-18 18:47:33 -05:00
parent 9985cb4b1c
commit dfbce5586e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
;;
5)
# build from fresh IO, LM, and Zinc
BUILD_VERSION="1.4.0-SNAPSHOT"
BUILD_VERSION="1.5.0-SNAPSHOT"
cd io
sbt -v -Dsbt.build.version=${BUILD_VERSION} +publishLocal
cd ../
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
run: |
# build from fresh IO, LM, and Zinc
TIMESTAMP=$(TZ=UTC date +%Y%m%dT%H%M%S)
export BUILD_VERSION="1.4.0-bin-${TIMESTAMP}"
export BUILD_VERSION="1.5.0-bin-${TIMESTAMP}"
cd io
sbt -v +publish
cd ../