Skip to content

Commit

Permalink
Merge pull request #172 from IBM/sdk_version_update
Browse files Browse the repository at this point in the history
chore: SDK version update from v0.44.0 to v0.45.0
  • Loading branch information
arpit-srivastava-ibm committed Apr 20, 2024
2 parents 6880b77 + b403fad commit d5caf2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.44.0
current_version = 0.45.0
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package common

// Version of the SDK
const Version = "0.44.0"
const Version = "0.45.0"

0 comments on commit d5caf2c

Please sign in to comment.