Skip to content

Commit 7950a01

Browse files
Release v1.0.0-beta.2 (#186)
1 parent c9cbb0d commit 7950a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scw/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime"
66
)
77

8-
// TODO: versionning process
9-
const version = "v1.0.0-beta.1-dev"
8+
// TODO: versioning process
9+
const version = "v1.0.0-beta.2"
1010

1111
var userAgent = fmt.Sprintf("scaleway-sdk-go/%s (%s; %s; %s)", version, runtime.Version(), runtime.GOOS, runtime.GOARCH)

0 commit comments

Comments
 (0)