We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5f9ee commit a0127feCopy full SHA for a0127fe
run.py
@@ -17,7 +17,7 @@
17
from typing import List, Optional, Tuple
18
19
20
-version = '1.3.9'
+version = '1.3.10'
21
22
is_docker = environ.get('IS_DOCKER', 0)
23
data_dir = environ.get('MODMAIL_DATA_DIR', '.')
tag.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-for f in 1 1.3 1.3.9
+for f in 1 1.3 1.3.10
3
do
4
echo "Tagging latest -> $f"
5
docker tag ianburgwin/discord-mod-mail:latest ianburgwin/discord-mod-mail:$f
0 commit comments