Skip to content

Commit

Permalink
#1021 - Update release version (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsloan authored Jan 4, 2024
1 parent 7ca74af commit 40b1a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import scala.sys.process.*
object Settings extends Dependencies {

// keep the SNAPSHOT version numerically higher than the latest release.
val majorVersion = "5.0"
val nextSnapshotVersion = "5.1"
val majorVersion = "6.0"
val nextSnapshotVersion = "6.1"

val artifactVersion: String = {
val maybeGithubRunId = sys.env.get("github_run_id")
Expand Down

0 comments on commit 40b1a16

Please sign in to comment.