aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-12-29 22:41:50 +0000
committertobtoht <tob@featherwallet.org>2025-12-29 22:41:50 +0000
commit316a98b11ea29b65e61a42cfdc37f762736fd7c1 (patch)
treef3e94797a27491c19745b33f800ac6402dfbf4b4 /contrib
parent6553d87c2881cee057771e9f7942e56f6ed14413 (diff)
parentec34c5b93ff025e561f6e9ad62b7ddb16afdda4a (diff)
downloadmonzero-core-316a98b11ea29b65e61a42cfdc37f762736fd7c1.tar.gz
monzero-core-316a98b11ea29b65e61a42cfdc37f762736fd7c1.tar.xz
monzero-core-316a98b11ea29b65e61a42cfdc37f762736fd7c1.zip
Merge pull request #10262v0.18.4.5
ec34c5b build: prepare v0.18.4.5 (selsta)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gitian/DOCKRUN.md2
-rw-r--r--contrib/gitian/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md
index ab112c91a..008f33e40 100644
--- a/contrib/gitian/DOCKRUN.md
+++ b/contrib/gitian/DOCKRUN.md
@@ -57,7 +57,7 @@ The dockrun.sh script will do everything to build the binaries. Just specify the
version to build as its only argument, e.g.
```bash
-VERSION=v0.18.4.4
+VERSION=v0.18.4.5
./dockrun.sh $VERSION
```
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index f0b6bee9e..1cc3a05c4 100644
--- a/contrib/gitian/README.md
+++ b/contrib/gitian/README.md
@@ -133,7 +133,7 @@ Common setup part:
su - gitianuser
GH_USER=YOUR_GITHUB_USER_NAME
-VERSION=v0.18.4.4
+VERSION=v0.18.4.5
```
Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build.