Skip to content

Commit

Permalink
Update release version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominator008 committed Jan 20, 2022
1 parent 01cb1c2 commit ea4a9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/aws_kms.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ signer_passphrase = "<api-key>:<api-secret>"
You will need the signer address for various operations. Download and install the `aws-kms-tools` binary:

```sh
curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.4.7/aws-kms-tools-linux-amd64.tar.gz | tar -xz
curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.5.0/aws-kms-tools-linux-amd64.tar.gz | tar -xz
mv aws-kms-tools $GOBIN
```

Expand Down
4 changes: 2 additions & 2 deletions docs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ groups and a keypair that you have access to.
1. From the `/home/ubuntu` directory, download and install the `sgnd` binary:

```sh
curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.4.7/sgnd-v1.4.7-goleveldb-linux-amd64.tar.gz | tar -xz
# To use with cleveldb on Ubuntu, download https://github.com/celer-network/sgn-v2-networks/releases/download/v1.4.7/sgnd-v1.4.7-ubuntu-cleveldb-linux-amd64.tar.gz
curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.5.0/sgnd-v1.5.0-goleveldb-linux-amd64.tar.gz | tar -xz
# To use with cleveldb on Ubuntu, download https://github.com/celer-network/sgn-v2-networks/releases/download/v1.5.0/sgnd-v1.5.0-ubuntu-cleveldb-linux-amd64.tar.gz
mv sgnd $GOBIN
```

Expand Down

0 comments on commit ea4a9fb

Please sign in to comment.