aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2025-12-17 18:51:44 +0100
committerselsta <selsta@sent.at>2025-12-29 22:27:58 +0100
commitec34c5b93ff025e561f6e9ad62b7ddb16afdda4a (patch)
tree54bfda710908fc4110e35138ef33129866603d9c /contrib
parentae08557f713a41f3f7267fcb08bbbe87f18d7932 (diff)
downloadmonzero-core-ec34c5b93ff025e561f6e9ad62b7ddb16afdda4a.tar.gz
monzero-core-ec34c5b93ff025e561f6e9ad62b7ddb16afdda4a.tar.xz
monzero-core-ec34c5b93ff025e561f6e9ad62b7ddb16afdda4a.zip
build: prepare v0.18.4.5
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.