Skip to content

Commit

Permalink
Increment version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be-hase committed May 20, 2024
1 parent bc8fdb9 commit 2bb3562
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 2bb3562

Please sign in to comment.