Skip to content

Commit da6a977

Browse files
Update version 2.0.5 -> 2.0.6
1 parent c34b8b7 commit da6a977

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

0 commit comments

Comments
 (0)