From 9efc1ca590963a28712ea878a3002bc13d51a496 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 5 May 2024 11:55:14 -0500 Subject: [PATCH] Set snapshot version --- buildSrc/src/main/kotlin/Ci.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Ci.kt b/buildSrc/src/main/kotlin/Ci.kt index f68aa18..c3b9c44 100644 --- a/buildSrc/src/main/kotlin/Ci.kt +++ b/buildSrc/src/main/kotlin/Ci.kt @@ -2,7 +2,7 @@ object Ci { // this is the version used for building snapshots // .GITHUB_RUN_NUMBER-snapshot will be appended - private const val snapshotBase = "1.3.0" + private const val snapshotBase = "1.4.0" private val githubRunNumber = System.getenv("GITHUB_RUN_NUMBER")