Release 0.29.0 (#5075)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-15 08:28:22 -03:00 committed by GitHub
parent 010563df2e
commit eedcdcdbf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 84 additions and 19 deletions

View file

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