Skip to content

Commit

Permalink
Release v1.0.0-beta.2 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBrosse authored Sep 16, 2019
1 parent c9cbb0d commit 7950a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scw/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

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

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

0 comments on commit 7950a01

Please sign in to comment.