diff options
author | selsta <selsta@sent.at> | 2024-01-27 20:08:59 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2024-02-20 15:37:47 +0100 |
commit | f2360a725e9e8649a0be6e34801a40e03097b7f8 (patch) | |
tree | 69da28165577e12eb1f795e1fa694404555b93d8 /contrib/gitian | |
parent | Merge pull request #9080 (diff) | |
download | monero-f2360a725e9e8649a0be6e34801a40e03097b7f8.tar.xz |
build: prepare v0.18.3.2
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 5e5092507..ef302c1e5 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.3.1 +VERSION=v0.18.3.2 ./dockrun.sh $VERSION ``` diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index d5f6ba0e0..37346006a 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.3.1 +VERSION=v0.18.3.2 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |