Skip to content

Commit 1ea4aa5

Browse files
authored
Update Bitcoin Core version from v30.1 to v30.2
1 parent d6ce471 commit 1ea4aa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bitcoind.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ git clone https://github.com/bitcoin/bitcoin.git && \
3131
cd bitcoin
3232
```
3333
```
34-
git checkout v30.1 && \
35-
git verify-tag v30.1
34+
git checkout v30.2 && \
35+
git verify-tag v30.2
3636
```
3737
```
3838
rm -rf build/ && \
@@ -64,7 +64,7 @@ bitcoind --version
6464
```
6565

6666
{: .info }
67-
Bitcoin Core daemon version v30.1
67+
Bitcoin Core daemon version v30.2
6868

6969
```
7070
echo "

0 commit comments

Comments
 (0)