Bump version number

This commit is contained in:
Eugene Yokota 2023-11-27 00:36:32 -05:00
parent 8098702a1a
commit fef08a03a5
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-alpha7-SNAPSHOT"
val v = "2.0.0-alpha8-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-alpha1-SNAPSHOT"