Skip to content

Commit 4470869

Browse files
committed
version 1.3.8
1 parent b368bb2 commit 4470869

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.7'
20+
version = '1.3.8'
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.7
2+
for f in 1 1.3 1.3.8
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)