Prepare for release 0.33.0
This commit is contained in:
parent
1d4c7ec65c
commit
c223b026f9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ endif
|
||||||
SHELL=/bin/bash -o pipefail -o errexit
|
SHELL=/bin/bash -o pipefail -o errexit
|
||||||
|
|
||||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||||
TAG ?= 0.32.0
|
TAG ?= 0.33.0
|
||||||
|
|
||||||
# Use docker to run makefile tasks
|
# Use docker to run makefile tasks
|
||||||
USE_DOCKER ?= true
|
USE_DOCKER ?= true
|
||||||
|
|
Loading…
Reference in a new issue