diff options
author | selsta <selsta@sent.at> | 2022-09-26 22:41:36 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-09-26 22:41:36 +0200 |
commit | 853171bbf0099b86e8c219ce13abff79166f9389 (patch) | |
tree | 8b34f4253cda544c33467720dc0abd3627680b8b /contrib | |
parent | Merge pull request #8588 (diff) | |
download | monero-853171bbf0099b86e8c219ce13abff79166f9389.tar.xz |
build: prepare v0.18.1.2
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 6f75908c3..4e2e43c93 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.1.1 +VERSION=v0.18.1.2 ./dockrun.sh $VERSION ``` diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 1464d03ab..f233b20d7 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.1.1 +VERSION=v0.18.1.2 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |