Skip to content

Commit

Permalink
Bump java-sdk version to 1.0.0 (#1079)
Browse files Browse the repository at this point in the history
## Type of change
    - [ ] Bug fix
    - [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
    - [ ] Build/deploy pipeline (DevOps)
    - [X] Other

    ## Objective
    Automated java-sdk version bump to 1.0.0
  • Loading branch information
bitwarden-devops-bot authored Sep 25, 2024
1 parent ae05bd0 commit 5b5b36e
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 5b5b36e

Please sign in to comment.