Skip to content

Commit

Permalink
version 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Jun 21, 2021
1 parent ba72059 commit 7932ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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', '.')
Expand Down
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7932ec2

Please sign in to comment.