Skip to content

Commit

Permalink
bump version (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystarkjr3 authored Mar 14, 2024
1 parent 48cb805 commit 8987d5b
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: 2, Build: 0}
var Version = VersionType{Major: 1, Minor: 3, Build: 0}

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

0 comments on commit 8987d5b

Please sign in to comment.