diff options
| author | tobtoht <tob@featherwallet.org> | 2025-11-11 21:52:46 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-11-11 21:52:46 +0000 |
| commit | 64f230d63adff7b544e8f2ba080ead4b7595ee04 (patch) | |
| tree | fdf478b9e2a6c4b8d7df643c40162ad070c87c32 /contrib | |
| parent | 8167ae5ef0e3e4f6054af8521adeaf9bf31b9f52 (diff) | |
| parent | 64f2d8e45dfcdbee8684272946c7c2b844848fa7 (diff) | |
| download | monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.tar.gz monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.tar.xz monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.zip | |
Merge pull request #10199
64f2d8e build: prepare v0.18.4.4 (selsta)
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/gitian/DOCKRUN.md | 2 | ||||
| -rw-r--r-- | contrib/gitian/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md index 3914a7210..ab112c91a 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.3 +VERSION=v0.18.4.4 ./dockrun.sh $VERSION ``` diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index c9a6c8d65..f0b6bee9e 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.3 +VERSION=v0.18.4.4 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |
