diff options
author | selsta <selsta@sent.at> | 2023-09-10 15:55:30 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2023-09-10 18:30:34 +0200 |
commit | 64ed9385a204920499dd2b3f0c5f71030fdbe9f4 (patch) | |
tree | 63782ee8d99714e3473576f9a350ef7915377295 /contrib/gitian | |
parent | Merge pull request #8957 (diff) | |
download | monero-64ed9385a204920499dd2b3f0c5f71030fdbe9f4.tar.xz |
build: prepare v0.18.3.0
Diffstat (limited to 'contrib/gitian')
-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 d8cf8222e..5712db886 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.2.2 +VERSION=v0.18.3.0 ./dockrun.sh $VERSION ``` diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 153af7541..fc175e9d3 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.2.2 +VERSION=v0.18.3.0 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |