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 3345f37 commit 1e1dbdbCopy full SHA for 1e1dbdb
scw/version.go
@@ -6,6 +6,6 @@ import (
6
)
7
8
// TODO: versioning process
9
-const version = "v1.0.0-beta.3"
+const version = "v1.0.0-beta.3+dev"
10
11
var userAgent = fmt.Sprintf("scaleway-sdk-go/%s (%s; %s; %s)", version, runtime.Version(), runtime.GOOS, runtime.GOARCH)
0 commit comments