Merge pull request #8409 from anatoliykmetyuk/rc-version-bump

Bump RC to RC8-bin-SNAPSHOT
This commit is contained in:
eugene yokota 2025-12-09 22:27:08 -05:00 committed by GitHub
commit 45d9cfffe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,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.0-RC6-bin-SNAPSHOT"
val v = "2.0.0-RC8-bin-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / Utils.version2_13 := "2.0.0-SNAPSHOT"