Skip to content

Commit 7cb94e1

Browse files
committed
v1.3.0
1 parent a5c915a commit 7cb94e1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ For node version, check out [scaleway-cli-node](https://github.com/moul/scaleway
6464

6565
## Setup
6666

67-
To install Scaleway CLI 1.2.1, run the following commands:
67+
To install Scaleway CLI 1.3.0, run the following commands:
6868

6969
```bash
70-
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.2.1/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
70+
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.3.0/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
7171
chmod +x /usr/local/bin/scw
7272
```
7373

@@ -1032,7 +1032,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10321032

10331033
## Changelog
10341034

1035-
### master (unreleased)
1035+
### 1.3.0 (2015-07-20)
10361036

10371037
#### Features
10381038

@@ -1044,7 +1044,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10441044
* Issue with `scw top`'s usage
10451045
* Minor code improvements
10461046

1047-
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.2.1...master)
1047+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.2.1...v1.3.0)
10481048

10491049
---
10501050

scwversion/version.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// AUTOGENERATED FILE
2+
3+
package scwversion
4+
5+
func init() {
6+
VERSION = "v1.3.0"
7+
GITCOMMIT = "199fd8fbaaaaf41a1b8d733e60c054c667f44006"
8+
}

0 commit comments

Comments
 (0)