Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 12, 2023
1 parent 9161e7d commit a99a3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
const val project = "1.1.0"
const val project = "1.1.1-SNAPSHOT"

object Plugins {
const val kotlin = "1.9.10"
Expand Down
2 changes: 1 addition & 1 deletion radar-commons-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
signing
}

version = "1.1.0"
version = "1.1.1-SNAPSHOT"
group = "org.radarbase"
description = "RADAR-base common Gradle plugin setup"

Expand Down

0 comments on commit a99a3e9

Please sign in to comment.