From 7932ec2f3323537dae0126dec00df54573793134 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Mon, 21 Jun 2021 07:12:36 -0700 Subject: [PATCH] version 1.3.9 --- run.py | 2 +- tag.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index 589cf02..9c0f0df 100755 --- a/run.py +++ b/run.py @@ -17,7 +17,7 @@ from typing import List, Optional, Tuple -version = '1.3.8' +version = '1.3.9' is_docker = environ.get('IS_DOCKER', 0) data_dir = environ.get('MODMAIL_DATA_DIR', '.') diff --git a/tag.sh b/tag.sh index fdd3b17..96320b7 100755 --- a/tag.sh +++ b/tag.sh @@ -1,5 +1,5 @@ #!/bin/sh -for f in 1 1.3 1.3.8 +for f in 1 1.3 1.3.9 do echo "Tagging latest -> $f" docker tag ianburgwin/discord-mod-mail:latest ianburgwin/discord-mod-mail:$f