aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2025-06-07 17:20:52 +0200
committerselsta <selsta@sent.at>2025-07-09 16:12:16 +0200
commitb96af8e17a1e5054838cb722a423410fa65cb555 (patch)
tree308659a7d2a6f94f9e6147b458ded5be529e8f5b /contrib
parentdf765433699ee53f4ee0fef1b3991ab14e9f2267 (diff)
downloadmonzero-core-b96af8e17a1e5054838cb722a423410fa65cb555.tar.gz
monzero-core-b96af8e17a1e5054838cb722a423410fa65cb555.tar.xz
monzero-core-b96af8e17a1e5054838cb722a423410fa65cb555.zip
build: prepare v0.18.4.1
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 45ac32825..85979c1d7 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.0
+VERSION=v0.18.4.1
./dockrun.sh $VERSION
```
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index a0e8f52bb..4f454b5e4 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.0
+VERSION=v0.18.4.1
```
Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build.