Skip to content

Commit 7362edf

Browse files
authored
Merge pull request #429 from IBM-Cloud/chore/bump-version-1.6.1
chore: bumped version to v1.6.1
2 parents 364d9ab + f30bb9c commit 7362edf

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: 6, Build: 0}
6+
var Version = VersionType{Major: 1, Minor: 6, Build: 1}
77

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

0 commit comments

Comments
 (0)