Skip to content

Commit

Permalink
Merge pull request #105 from InjectiveLabs/f/release_v1-11-5
Browse files Browse the repository at this point in the history
feat: v1.11.5 release
  • Loading branch information
nmarcetic authored Jun 23, 2023
2 parents 7f27b1c + 8157dc5 commit feed88b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/releases/v1-11-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Injective v1.11.5 Upgrade 🥷

## Usage

### Versions

| Binary | Version |Commit Hash
| -------- | ------- |------- |
| injectived | 1.11.5 |85fd429d13e44bbd3b4f84928acdce5700d968fe|

`Go version 1.19`

Verify you're using the correct version by running the below commands:
```bash
injectived version
```

```bash
docker run public.ecr.aws/l9h3g6c6/injective-core:v1.11.5 injectived version
```

### 🐳 Docker

Docker images have support for both `amd64` and `arm64` architectures.

| Image | Description |
| -------- | ------- |
| public.ecr.aws/l9h3g6c6/injective-core:v1.11.5 | Alpine image |

### 🕊️ Download Binaries

```bash
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/PLACEHOLDER/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib
```

0 comments on commit feed88b

Please sign in to comment.