Skip to content

Commit e21efd6

Browse files
Update version 2.0.12 -> 2.0.13
1 parent a79c39b commit e21efd6

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.12
2+
current_version = 2.0.13
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.12"
20+
const Version = "2.0.13"

0 commit comments

Comments
 (0)