Skip to content

Commit

Permalink
version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Jan 20, 2021
1 parent 4b05b9a commit 28a35b4
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.6'
version = '1.3.7'

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.6
for f in 1 1.3 1.3.7
do
echo "Tagging latest -> $f"
docker tag ianburgwin/discord-mod-mail:latest ianburgwin/discord-mod-mail:$f
Expand Down

0 comments on commit 28a35b4

Please sign in to comment.