2.0.0-alpha11-SNAPSHOT

This commit is contained in:
Eugene Yokota 2024-06-16 14:00:08 -04:00
parent e6db18f5c4
commit 3711d9000b
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 = "2.0.0-alpha10-SNAPSHOT"
val v = "2.0.0-alpha11-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-alpha10-SNAPSHOT"