diff options
author | Seth For Privacy <seth@sethforprivacy.com> | 2022-08-09 08:20:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 08:20:54 -0400 |
commit | ef1924a9cfdd86aa7c55e9e92f8885f2e5b915be (patch) | |
tree | 96f943cea3fffdcd69aee3aeb8a241e713c366d2 /contrib | |
parent | Migrate VERSION variable to non-export (diff) | |
download | monero-ef1924a9cfdd86aa7c55e9e92f8885f2e5b915be.tar.xz |
Bump to v0.18.1.0
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gitian/DOCKRUN.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md index 4d48e02db..06e4894a2 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.0.0 +VERSION=v0.18.1.0 ./dockrun.sh $VERSION ``` |