Skip to content

Commit

Permalink
Bump version to 0.2.0 (#739)
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 ruby-sdk version bump to 0.2.0

(cherry picked from commit 94b811f)
  • Loading branch information
bitwarden-devops-bot authored and michalchecinski committed Apr 26, 2024
1 parent 3e09956 commit 753fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/ruby/bitwarden_sdk_secrets/lib/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BitwardenSDKSecrets
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit 753fe8d

Please sign in to comment.