Skip to content

Commit 816cbf2

Browse files
authored
Update version.go
1 parent b093504 commit 816cbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
// Version is the current version of the application
88

9-
const version = "0.11.0"
9+
const version = "0.12.0"
1010

1111
func GetSDKVersion() string {
1212
return version

0 commit comments

Comments
 (0)