Skip to content

Commit

Permalink
Update base version in build.gradle.kts
Browse files Browse the repository at this point in the history
from 2.0.0-SNAPSHOT to 233.0.0-SNAPSHOT.
  • Loading branch information
Lamberto Basti committed Nov 30, 2023
1 parent 031ee9a commit 1f885f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

allprojects {
group = "org.jetbrains.packagesearch"
val baseVersion = "2.0.0-SNAPSHOT"
val baseVersion = "233.0.0-SNAPSHOT"
version = when (val ref = getenv("GITHUB_REF")) {
null -> baseVersion
else -> when {
Expand Down

0 comments on commit 1f885f6

Please sign in to comment.