Skip to content

Commit

Permalink
Bumped sdk-java-sdk version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwarden-devops-bot committed Oct 14, 2024
1 parent d094901 commit 25db8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
def branchName = "git branch --show-current".execute().text.trim()

if (branchName == "main" || branchName == "rc" || branchName == "hotfix-rc") {
version = "1.0.0"
version = "1.0.1"
} else {
// branchName-SNAPSHOT
version = "${branchName.replaceAll('/', '-')}-SNAPSHOT"
Expand Down

0 comments on commit 25db8ae

Please sign in to comment.