Bump the version number

This commit is contained in:
Eugene Yokota 2023-12-20 10:51:54 -05:00
parent 34933827d1
commit 78a8af3d7f
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"