Skip to content

Commit

Permalink
bump version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Sep 11, 2024
1 parent 1185a25 commit 4cb5f8a
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 @@ -16,7 +16,7 @@ val env = System.getenv()
version = if (env["SNAPSHOTS_URL"] != null) {
"0-SNAPSHOT"
} else {
"0.11.1"
"0.11.2"
}

base {
Expand Down

0 comments on commit 4cb5f8a

Please sign in to comment.