Skip to content

Commit 341b38d

Browse files
Update version 2.0.14 -> 2.0.15
1 parent 9469ff3 commit 341b38d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.14
2+
current_version = 2.0.15
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
package common
1818

1919
// Version of the SDK
20-
const Version = "2.0.14"
20+
const Version = "2.0.15"

0 commit comments

Comments
 (0)