Skip to content

Commit 422a7c1

Browse files
author
Quentin Perez
committed
v1.8.1
1 parent 99e50be commit 422a7c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.0+dev",
20+
"PackageVersion": "1.8.1",
2121
"TaskSettings": {
2222
"bintray": {
2323
"downloadspage": "bintray.md",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11811181

11821182
## Changelog
11831183

1184-
### master (unreleased)
1184+
### v1.8.1 (2016-03-29)
11851185

11861186
* Fix `ScalewayBootscript` structure
11871187
* `scw _userdata` fix bug when we have multiple '=' in the value ([#320](https://github.com/scaleway/scaleway-cli/issues/320))

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, it is configured at build time
7-
VERSION = "v1.8.0+dev"
7+
VERSION = "v1.8.1"
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)