Skip to content

Commit 5ed4e18

Browse files
angelorcgitbook-bot
authored andcommitted
GitBook: [#4] No subject
1 parent db42f1c commit 5ed4e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blockchain/install-go-bitsong.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18.3
2727

2828
### Install go-bitsong binary
2929

30-
Clone the `go-bitsong` repo, checkout and install \`v0.11.0\` :
30+
Clone the `go-bitsong` repo, checkout and install `v0.12.0` :
3131

3232
```
3333
cd $HOME
3434
git clone https://github.com/bitsongofficial/go-bitsong
3535
cd go-bitsong
36-
git checkout v0.11.0
36+
git checkout v0.12.0
3737
make install
3838
```
3939

@@ -48,5 +48,5 @@ bitsongd version
4848
`bitsongd` for instance should output something similar to:
4949

5050
```
51-
0.11.0
51+
0.12.0
5252
```

0 commit comments

Comments
 (0)