Skip to content

Commit

Permalink
Fix set project version to 1.1.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 authored and pvannierop committed Sep 2, 2024
1 parent 22b3ebf commit 13cc873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radar-commons-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ tasks.withType<PublishToMavenRepository> {
// They should be copied from the Versions.kt file directly to maintain consistency.
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
object Versions {
const val project = "1.1.3"
const val project = "1.1.3-SNAPSHOT"

object Plugins {
const val licenseReport = "2.5"
Expand Down

0 comments on commit 13cc873

Please sign in to comment.