diff options
Diffstat (limited to 'contrib/gitian/DOCKRUN.md')
-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 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 ``` |