Skip to content

Commit

Permalink
Merge pull request #370 from IBM-Cloud/chore-bump-minor
Browse files Browse the repository at this point in the history
chore: bump the minor version from 1.0.2 to 1.0.3
  • Loading branch information
tonystarkjr3 authored Apr 3, 2023
2 parents 5428052 + 2800649 commit 6394821
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: 1, Minor: 0, Build: 2}
var Version = VersionType{Major: 1, Minor: 0, Build: 3}

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

0 comments on commit 6394821

Please sign in to comment.