From d9a46ecd2da75d23da1d454af32cf83ef9a70b4c Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 3 Sep 2019 15:51:49 +0200 Subject: [PATCH] Bump version to 3.7.0-rc.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bd7dd2..8943aaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # vim: set ts=4 sw=4 sts=0 sta et : FROM ubuntu:18.04 EXPOSE 8000:8000 -ENV VERSION 3.7.0-rc.1 +ENV VERSION 3.7.0-rc.2 # Executing group, with fixed group id ENV EXECUTING_GROUP fiduswriter