Skip to content

Commit fa93465

Browse files
committed
version 1.3.5
1 parent 564f7a4 commit fa93465

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