Skip to content

Commit

Permalink
Bumped sdk-java-sdk version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwarden-devops-bot committed Sep 25, 2024
1 parent ae05bd0 commit e06c6cf
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 = "0.1.0"
version = "1.0.0"
} else {
// branchName-SNAPSHOT
version = "${branchName.replaceAll('/', '-')}-SNAPSHOT"
Expand Down

0 comments on commit e06c6cf

Please sign in to comment.