Skip to content

Commit 2c019c8

Browse files
committed
0.1.8
1 parent 0fd0f75 commit 2c019c8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=0.1.7
1+
export VERSION=0.1.8
22

33
.PHONY : build
44
build:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Taking create uhost in Nigeria (region: air-nigeria) and bind a public IP as an
8383
First to create an uhost instance:
8484

8585
```
86-
$ ucloud uhost create --cpu 1 --memory 1 --password mypassword123 --image-id uimage-fya3qr
86+
$ ucloud uhost create --cpu 1 --memory 1 --password **** --image-id uimage-fya3qr
8787
88-
UHost:[uhost-tr1eau] created successfully!
88+
UHost:[uhost-tr1e] created successfully!
8989
```
9090

9191
*Note*
@@ -116,7 +116,7 @@ Configure the GlobalSSH to the uhost instance and login the instance via GlobalS
116116

117117
```
118118
$ ucloud gssh create --location Washington --target-ip 152.32.140.92
119-
ResourceID: uga-pdhxvs
119+
gssh[uga-0psxxx] created
120120
121121
$ ssh root@152.32.140.92.ipssh.net
122122
root@152.32.140.92.ipssh.net's password: password of the uhost instance

base/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
2929
const DefaultProfile = "default"
3030

3131
//Version 版本号
32-
const Version = "0.1.7"
32+
const Version = "0.1.8"
3333

3434
//ConfigIns 配置实例, 程序加载时生成
3535
var ConfigIns = &AggConfig{}

0 commit comments

Comments
 (0)