Skip to content

Commit d9f240d

Browse files
authored
Merge pull request #476 from IBM-Cloud/bump-ver
chore: bump version to 1.10.1
2 parents 8e3af13 + f1d79cb commit d9f240d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bluemix/version.go

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

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

0 commit comments

Comments
 (0)