Bump version number

This commit is contained in:
Eugene Yokota 2023-11-25 00:48:19 -05:00
parent 26b93604c9
commit 6c1b441f11
1 changed files with 1 additions and 1 deletions

View File

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