Skip to content

Commit a3812d4

Browse files
author
Julien Castets
committed
Release v1.12
1 parent 19699f9 commit a3812d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"BuildConstraints": "darwin linux windows freebsd netbsd",
1818
"ResourcesExclude": "*.go .goxc-temp",
1919
"MainDirsExclude": "vendor,Godeps,testdata",
20-
"PackageVersion": "1.11.1+dev",
20+
"PackageVersion": "1.12",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,14 +1200,14 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12001200

12011201
## Changelog
12021202

1203-
### master (unreleased)
1203+
### v1.12 (2017-03-30)
12041204

12051205
* cmd: exec, add -A flag to forward ssh keys
12061206
* cmd: fix typo `-p` flag port instead of `--p`
12071207
* API: add new commercial type
12081208
* cmd: add new commercial type
12091209

1210-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.11...master)
1210+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.12...master)
12111211

12121212
### v1.11.1 (2016-11-17)
12131213

pkg/scwversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// VERSION represents the semver version of the package
7-
VERSION = "v1.11.1+dev"
7+
VERSION = "v1.12"
88

99
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010
GITCOMMIT string

0 commit comments

Comments
 (0)