Skip to content

Commit

Permalink
Bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 28, 2023
1 parent ab089c0 commit c7ccb17
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,6 +1,6 @@
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
object Versions {
const val project = "1.1.1"
const val project = "1.1.2-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.1"
version = "1.1.2-SNAPSHOT"
group = "org.radarbase"
description = "RADAR-base common Gradle plugin setup"

Expand Down

0 comments on commit c7ccb17

Please sign in to comment.