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.
2 parents 9c5c35e + 63b4e53 commit b3eaf44Copy full SHA for b3eaf44
1 file changed
bluemix/version.go
@@ -3,7 +3,7 @@ package bluemix
3
import "fmt"
4
5
// Version is the SDK version
6
-var Version = VersionType{Major: 1, Minor: 11, Build: 1}
+var Version = VersionType{Major: 1, Minor: 12, Build: 0}
7
8
// VersionType describe version info
9
type VersionType struct {
0 commit comments