Skip to content

Commit b231a69

Browse files
committed
Fix set version back to 1.1.2
1 parent 715f160 commit b231a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radar-commons-gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ tasks.withType<PublishToMavenRepository> {
176176
// They should be copied from the Versions.kt file directly to maintain consistency.
177177
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
178178
object Versions {
179-
const val project = "1.1.3"
179+
const val project = "1.1.2"
180180

181181
object Plugins {
182182
const val licenseReport = "2.5"

0 commit comments

Comments
 (0)