Skip to content

Commit

Permalink
chore: release v1.0.0-beta.3 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-quere authored Oct 1, 2019
1 parent 347d074 commit 4633aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scw/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import (
)

// TODO: versioning process
const version = "v1.0.0-beta.2-dev"
const version = "v1.0.0-beta.3"

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

0 comments on commit 4633aaa

Please sign in to comment.