Skip to content

Commit

Permalink
Update snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsloan committed Apr 4, 2024
1 parent 1278a4d commit 5308988
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 @@ -37,8 +37,8 @@ import scala.sys.process.*
object Settings extends Dependencies {

// keep the SNAPSHOT version numerically higher than the latest release.
val majorVersion = "6.2"
val nextSnapshotVersion = "6.3"
val majorVersion = "6.3"
val nextSnapshotVersion = "6.4"

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

0 comments on commit 5308988

Please sign in to comment.