From 24a0ca6d2ec1fc46381a84ecc706e180ad2deac7 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Tue, 4 Jun 2019 20:40:52 -0700 Subject: [PATCH] release v0.23.1 (#633) Including https://github.com/googleapis/gapic-generator/pull/2813 to fix Node.js library generator bug. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed8a147b..6020a534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV GOOGLEAPIS_HASH ab437f2bb2100360f8d119530b0a020228baa4cc ENV GAPIC_GENERATOR_HASH 8ea9a602e1b2fbb397b7eaa4ada204acccf9ca00 # 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.23.0 +ENV ARTMAN_VERSION 0.23.1 ENV DEBIAN_FRONTEND noninteractive