Skip to content

Commit d420203

Browse files
authored
Merge pull request #454 from IBM-Cloud/dev
Release 1.7.3
2 parents 9b43601 + 3a3fb59 commit d420203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)