Skip to content

Commit a0127fe

Browse files
committed
version 1.3.10
1 parent fa5f9ee commit a0127fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from typing import List, Optional, Tuple
1818

1919

20-
version = '1.3.9'
20+
version = '1.3.10'
2121

2222
is_docker = environ.get('IS_DOCKER', 0)
2323
data_dir = environ.get('MODMAIL_DATA_DIR', '.')

tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
for f in 1 1.3 1.3.9
2+
for f in 1 1.3 1.3.10
33
do
44
echo "Tagging latest -> $f"
55
docker tag ianburgwin/discord-mod-mail:latest ianburgwin/discord-mod-mail:$f

0 commit comments

Comments
 (0)