Skip to content

Commit

Permalink
Merge pull request #1 from be-hase/incr-version
Browse files Browse the repository at this point in the history
Increment version to 1.0.0
  • Loading branch information
be-hase committed May 20, 2024
2 parents bc8fdb9 + 2bb3562 commit 9ee89f5
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 @@ -2,5 +2,5 @@ val isOnCI = System.getenv()["GITHUB_ACTIONS"] != null

allprojects {
group = "dev.hsbrysk"
version = "0.0.2" + if (isOnCI) "" else "-SNAPSHOT"
version = "1.0.0" + if (isOnCI) "" else "-SNAPSHOT"
}

0 comments on commit 9ee89f5

Please sign in to comment.