Skip to content

Commit

Permalink
Merge pull request #250 from IBM-Cloud/chore/bump-dev
Browse files Browse the repository at this point in the history
chore(version): bump dev to 0.5.2
  • Loading branch information
boyang9527 authored May 20, 2021
2 parents 62e55da + aa16568 commit 06e45da
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: 5, Build: 0}
var Version = VersionType{Major: 0, Minor: 5, Build: 2}

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

0 comments on commit 06e45da

Please sign in to comment.