From e30f6298f2588d483ff9f6bbb9e2f73590cda3ed Mon Sep 17 00:00:00 2001 From: Nathan Brizendine Date: Tue, 21 Mar 2023 13:54:15 +0100 Subject: [PATCH] Bump version to 2.0-alpha-2 --- buildSrc/src/main/kotlin/Publish.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Publish.kt b/buildSrc/src/main/kotlin/Publish.kt index ccd4aa75..3328a30e 100644 --- a/buildSrc/src/main/kotlin/Publish.kt +++ b/buildSrc/src/main/kotlin/Publish.kt @@ -24,7 +24,7 @@ import org.gradle.plugins.signing.SigningExtension import java.net.URI const val RULER_PLUGIN_GROUP = "com.spotify.ruler" -const val RULER_PLUGIN_VERSION = "2.0.0-alpha-1" // Also adapt this version in the README +const val RULER_PLUGIN_VERSION = "2.0.0-alpha-2" // Also adapt this version in the README const val EXT_POM_NAME = "POM_NAME" const val EXT_POM_DESCRIPTION = "POM_DESCRIPTION"