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