From ebc8a3250542054aeedc83add0a3b5648565e2ed Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Mon, 15 Jul 2019 14:01:43 -0700 Subject: [PATCH] release v0.30.0 (#667) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1d1b702..8b42cef6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV GOOGLEAPIS_HASH 47bd0c2ba33c28dd624a65dad382e02bb61d1618 ENV GAPIC_GENERATOR_HASH 11332f06a6ee95818412dcb9a715d7f87f1a8520 # Define version number below. The ARTMAN_VERSION line is parsed by # .circleci/config.yml and setup.py, please keep the format. -ENV ARTMAN_VERSION 0.29.4 +ENV ARTMAN_VERSION 0.30.0 ENV DEBIAN_FRONTEND noninteractive