Skip to content

Commit 4633aaa

Browse files
authored
chore: release v1.0.0-beta.3 (#196)
1 parent 347d074 commit 4633aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scw/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import (
66
)
77

88
// TODO: versioning process
9-
const version = "v1.0.0-beta.2-dev"
9+
const version = "v1.0.0-beta.3"
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)