We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9469ff3 commit 341b38dCopy full SHA for 341b38d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.14
+current_version = 2.0.15
3
commit = True
4
message = Update version {current_version} -> {new_version}
5
common/version.go
@@ -17,4 +17,4 @@
17
package common
18
19
// Version of the SDK
20
-const Version = "2.0.14"
+const Version = "2.0.15"
0 commit comments