Skip to content

Commit 1480613

Browse files
authored
Merge pull request #393 from IBM-Cloud/bump-1.2.0
Prepare for Release 1.2.0
2 parents 4aea34e + 5f4cf80 commit 1480613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluemix/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package bluemix
33
import "fmt"
44

55
// Version is the SDK version
6-
var Version = VersionType{Major: 1, Minor: 1, Build: 2}
6+
var Version = VersionType{Major: 1, Minor: 2, Build: 0}
77

88
// VersionType describe version info
99
type VersionType struct {

0 commit comments

Comments
 (0)