Skip to content

Commit

Permalink
chore(version): bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MING ZHE HUANG committed Sep 17, 2020
1 parent 4b7f6ed commit b0e6aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluemix/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package bluemix
import "fmt"

// Version is the SDK version
var Version = VersionType{Major: 0, Minor: 3, Build: 0}
var Version = VersionType{Major: 0, Minor: 5, Build: 0}

// VersionType describe version info
type VersionType struct {
Expand Down

0 comments on commit b0e6aa5

Please sign in to comment.