We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db3e2a commit 318a0ebCopy full SHA for 318a0eb
bluemix/version.go
@@ -3,7 +3,7 @@ package bluemix
3
import "fmt"
4
5
// Version is the SDK version
6
-var Version = VersionType{Major: 1, Minor: 7, Build: 1}
+var Version = VersionType{Major: 1, Minor: 7, Build: 2}
7
8
// VersionType describe version info
9
type VersionType struct {
go.mod
@@ -1,7 +1,6 @@
1
module github.com/IBM-Cloud/ibm-cloud-cli-sdk
2
go 1.22.12
-toolchain go1.24.1
require (
github.com/fatih/color v1.7.1-0.20180516100307-2d684516a886
0 commit comments