Skip to content

Commit 8a2abc2

Browse files
Fixed version number in code
1 parent eb51e83 commit 8a2abc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

external_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
DEFAULT_LOG_DIR = '/var/log/ejabberd'
2323
URL = ''
2424
SECRET = ''
25-
VERSION = '0.2.0+'
25+
VERSION = '0.2.1'
2626

2727
usersafe_encoding = maketrans('-$%', 'OIl')
2828

0 commit comments

Comments
 (0)