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/gitian/README.md | |
parent | Merge pull request #8491 (diff) | |
download | monero-09ee78197c7e35be145f16dc085ada7a1b1bed89.tar.xz |
build: prepare v0.18.1.1
Diffstat (limited to 'contrib/gitian/README.md')
-rw-r--r-- | contrib/gitian/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |