Skip to content

Commit

Permalink
Bump version to 2.0.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan3d committed Nov 20, 2024
1 parent 02e467f commit 7932e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.spotify.ruler:ruler-gradle-plugin:2.0.0-beta-2")
classpath("com.spotify.ruler:ruler-gradle-plugin:2.0.0-beta-3")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Publish.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.gradle.kotlin.dsl.extra
import org.gradle.plugins.signing.SigningExtension

const val RULER_PLUGIN_GROUP = "com.spotify.ruler"
const val RULER_PLUGIN_VERSION = "2.0.0-beta-2" // Also adapt this version in the README
const val RULER_PLUGIN_VERSION = "2.0.0-beta-3" // Also adapt this version in the README
const val EXT_POM_NAME = "POM_NAME"
const val EXT_POM_DESCRIPTION = "POM_DESCRIPTION"

Expand Down

0 comments on commit 7932e74

Please sign in to comment.