Release 0.30.0 (#5155)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-24 09:34:19 -03:00 committed by GitHub
parent 74b617cc68
commit f1f90ef495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 76 additions and 17 deletions

View file

@ -27,7 +27,7 @@ endif
SHELL=/bin/bash -o pipefail -o errexit
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
TAG ?= 0.29.0
TAG ?= 0.30.0
# Use docker to run makefile tasks
USE_DOCKER ?= true