Bump to v0.18.1.0

This commit is contained in:
Seth For Privacy 2022-08-09 08:20:54 -04:00 committed by GitHub
parent 89a2df67cd
commit ef1924a9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```