Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaojun629 committed Jan 24, 2019
1 parent 0fd0f75 commit 2c019c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export VERSION=0.1.7
export VERSION=0.1.8

.PHONY : build
build:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Taking create uhost in Nigeria (region: air-nigeria) and bind a public IP as an
First to create an uhost instance:

```
$ ucloud uhost create --cpu 1 --memory 1 --password mypassword123 --image-id uimage-fya3qr
$ ucloud uhost create --cpu 1 --memory 1 --password **** --image-id uimage-fya3qr
UHost:[uhost-tr1eau] created successfully!
UHost:[uhost-tr1e] created successfully!
```

*Note*
Expand Down Expand Up @@ -116,7 +116,7 @@ Configure the GlobalSSH to the uhost instance and login the instance via GlobalS

```
$ ucloud gssh create --location Washington --target-ip 152.32.140.92
ResourceID: uga-pdhxvs
gssh[uga-0psxxx] created
$ ssh [email protected]
[email protected]'s password: password of the uhost instance
Expand Down
2 changes: 1 addition & 1 deletion base/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
const DefaultProfile = "default"

//Version 版本号
const Version = "0.1.7"
const Version = "0.1.8"

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

0 comments on commit 2c019c8

Please sign in to comment.