aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-02-18 22:20:20 +0000
committertobtoht <tob@featherwallet.org>2026-02-18 22:20:20 +0000
commitafb0ae882232f52f7e1f9bfc9ec5763fa45e8be4 (patch)
tree851f1985524f6d8bcc21d04401ab199d63da5236 /contrib
parente7ece64d32e4ee119bc6771bde548460c5aee2f9 (diff)
parenta1a106d6566aba7f9ba94f59dc975b333c893db9 (diff)
downloadmonzero-core-afb0ae882232f52f7e1f9bfc9ec5763fa45e8be4.tar.gz
monzero-core-afb0ae882232f52f7e1f9bfc9ec5763fa45e8be4.tar.xz
monzero-core-afb0ae882232f52f7e1f9bfc9ec5763fa45e8be4.zip
Merge pull request #10318
a1a106d build: prepare v0.18.4.6 (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 008f33e40..b37b12c86 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.5
+VERSION=v0.18.4.6
./dockrun.sh $VERSION
```
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index 1cc3a05c4..d601cbffd 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.5
+VERSION=v0.18.4.6
```
Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build.