Skip to content

Commit

Permalink
Merge pull request #7466 from eed3si9n/wip/version
Browse files Browse the repository at this point in the history
Bump the version number
  • Loading branch information
eed3si9n committed Dec 20, 2023
2 parents 3493382 + 78a8af3 commit 2f2a098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "1.9.7-SNAPSHOT"
val v = "1.10.0-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
Expand Down

0 comments on commit 2f2a098

Please sign in to comment.