Merge pull request #7466 from eed3si9n/wip/version

Bump the version number
This commit is contained in:
eugene yokota 2023-12-20 14:16:03 -05:00 committed by GitHub
commit 2f2a098742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import scala.util.Try
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "1.9.7-SNAPSHOT"
val v = "1.10.0-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"