We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aea34e + 5f4cf80 commit 1480613Copy full SHA for 1480613
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: 1, Build: 2}
+var Version = VersionType{Major: 1, Minor: 2, Build: 0}
7
8
// VersionType describe version info
9
type VersionType struct {
0 commit comments