Skip to content

Commit 3b0c1e3

Browse files
authored
Merge pull request #463 from IBM-Cloud/dev
Prepare for publishing for 1.8.1
2 parents fad9823 + 275bfb4 commit 3b0c1e3

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

bluemix/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package bluemix
33
import "fmt"
44

55
// Version is the SDK version
6-
var Version = VersionType{Major: 1, Minor: 8, Build: 0}
6+
var Version = VersionType{Major: 1, Minor: 8, Build: 1}
77

88
// VersionType describe version info
99
type VersionType struct {

plugin/pluginfakes/fake_plugin_context.go

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)