diff options
author | selsta <selsta@sent.at> | 2022-08-23 23:50:09 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-09-06 20:22:29 +0200 |
commit | 09ee78197c7e35be145f16dc085ada7a1b1bed89 (patch) | |
tree | f39352d1aa6b6e99a86afcfb4d9f6ace09eb08c3 /contrib | |
parent | Merge pull request #8491 (diff) | |
download | monero-09ee78197c7e35be145f16dc085ada7a1b1bed89.tar.xz |
build: prepare v0.18.1.1
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 06e4894a2..6f75908c3 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.0 +VERSION=v0.18.1.1 ./dockrun.sh $VERSION ``` diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 87c9ead9c..1464d03ab 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.0 +VERSION=v0.18.1.1 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |