Skip to content

Commit

Permalink
build: Bumped version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerex authored May 19, 2022
2 parents 07e5471 + f7d899e commit 1a93e7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$|go.sum",
"lines": null
},
"generated_at": "2022-02-28T20:29:11Z",
"generated_at": "2022-05-16T18:04:42Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -191,15 +191,15 @@
"hashed_secret": "90919f1360ad1f9525de7a64061c105d061df1c8",
"is_secret": false,
"is_verified": false,
"line_number": 377,
"line_number": 378,
"type": "JSON Web Token",
"verified_result": null
},
{
"hashed_secret": "40e89785a3d6a88c5ef431f64ec054b1d39e186e",
"is_secret": false,
"is_verified": false,
"line_number": 393,
"line_number": 394,
"type": "JSON Web Token",
"verified_result": null
}
Expand Down Expand Up @@ -353,7 +353,7 @@
}
]
},
"version": "0.13.1+ibm.45.dss",
"version": "0.13.1+ibm.48.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
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: 9, Build: 0}
var Version = VersionType{Major: 0, Minor: 10, Build: 0}

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

0 comments on commit 1a93e7b

Please sign in to comment.