Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGlitch76 authored Aug 15, 2023
1 parent 64ec9e7 commit d5e0943
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.8.1"
"0.8.2"
}
base.archivesBaseName = project.name

Expand Down

0 comments on commit d5e0943

Please sign in to comment.