From 40b1a16376eee5979e8c3476855011c725c6dd4c Mon Sep 17 00:00:00 2001 From: David Sloan <33483659+davidsloan@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:09:57 +0000 Subject: [PATCH] #1021 - Update release version (#1023) --- project/Settings.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Settings.scala b/project/Settings.scala index 6767bf758..bac5fc2b2 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -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")