aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-08-05 16:09:20 +0000
committertobtoht <tob@featherwallet.org>2025-08-05 16:09:20 +0000
commit2987b720069489cfc24d8d9ffc06ff017ffcb4d4 (patch)
tree87e4f614caa2a3e1605ad1f29e939504df764cba /contrib
parent35efc7e340cf3d672c66e48112e275b03ff69cd6 (diff)
parent32f701b0cd8a8045424f4434e6bb0ca288bf5818 (diff)
downloadmonzero-core-2987b720069489cfc24d8d9ffc06ff017ffcb4d4.tar.gz
monzero-core-2987b720069489cfc24d8d9ffc06ff017ffcb4d4.tar.xz
monzero-core-2987b720069489cfc24d8d9ffc06ff017ffcb4d4.zip
Merge pull request #10019
32f701b build: prepare v0.18.4.2 (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 85979c1d7..a35dd1b93 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.1
+VERSION=v0.18.4.2
./dockrun.sh $VERSION
```
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index 4f454b5e4..918ba0f01 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.1
+VERSION=v0.18.4.2
```
Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build.