@@ -97,7 +97,7 @@ mkdir -p /usr/local/bin
9797mv /usr/local/bin/scw /tmp/scw.old
9898
9999#  get latest release
100- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.6 .0/scw_1.6 .0_darwin_amd64.zip"   -O /tmp/scw.zip
100+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7 .0/scw_1.7 .0_darwin_amd64.zip"   -O /tmp/scw.zip
101101unzip /tmp/scw.zip \* /scw -d /tmp
102102mv /tmp/scw_* /scw /usr/local/bin
103103rm -rf /tmp/scw.zip /tmp/scw_* _darwin_amd64
@@ -111,7 +111,7 @@ Install the latest release on Linux:
111111``` bash 
112112#  get latest release
113113export  ARCH=amd64  #  can be 'i386', 'amd64' or 'armhf'
114- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.6 .0/scw_1.6 .0_${ARCH} .deb"   -O /tmp/scw.deb
114+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.7 .0/scw_1.7 .0_${ARCH} .deb"   -O /tmp/scw.deb
115115dpkg -i /tmp/scw.deb &&  rm -f /tmp/scw.deb
116116
117117#  test
@@ -1152,7 +1152,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11521152
11531153## Changelog  
11541154
1155- ### master (unreleased ) 
1155+ ### v1.7.0 (2016-01-27 ) 
11561156
11571157*  SCALEWAY_VERBOSE_API is now SCW_VERBOSE_API
11581158*  SCALEWAY_TLSVERIFY is now SCW_TLSVERIFY
@@ -1173,7 +1173,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11731173*  Basic support of Server.CommercialType
11741174*  Support of ` SCW_GOTTY_URL `  environment variable
11751175
1176- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.6.0...master  ) 
1176+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.6.0...v1.7.0  ) 
11771177
11781178### v1.6.0 (2015-11-18)  
11791179
0 commit comments