Merge pull request #6118 from eed3si9n/wip/1.5.0-SNAPSHOT

1.5.0-SNAPSHOT
This commit is contained in:
eugene yokota 2020-11-18 22:26:28 -05:00 committed by GitHub
commit e96ae5779b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

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 ../

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 ../

View File

@ -8,7 +8,7 @@ import java.nio.file.{ Files, Path => JPath }
import scala.util.Try
ThisBuild / version := {
val v = "1.4.3-SNAPSHOT"
val v = "1.5.0-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / versionScheme := Some("early-semver")