build: prepare v0.18.2.0

This commit is contained in:
selsta 2023-02-08 22:18:30 +01:00
parent 0f15707077
commit dc18efa3d7
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
7 changed files with 10 additions and 9 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.1.2
VERSION=v0.18.2.0
./dockrun.sh $VERSION
```