Skip to content

Commit

Permalink
Merge pull request #274 from IBM-Cloud/bump-version-master
Browse files Browse the repository at this point in the history
chore: bump version to v0.7.0
  • Loading branch information
jorge-ibm authored Oct 28, 2021
2 parents 582ed83 + 68b78e7 commit 292584a
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: 6, Build: 9}
var Version = VersionType{Major: 0, Minor: 7, Build: 0}

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

0 comments on commit 292584a

Please sign in to comment.