[2.x] Bump version number (#9470)

This commit is contained in:
eugene yokota 2026-07-17 18:53:28 -04:00 committed by GitHub
parent df6c6c454e
commit b76ac09d44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import com.eed3si9n.jarjarabrams.ModuleCoordinate
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "2.0.1-bin-SNAPSHOT"
val v = "2.1.0-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
// update sbt.sh at root