Skip to content

Commit 9414349

Browse files
author
Nick Groenen
committed
Increase max_version to 1.7.1
1 parent 8937f3d commit 9414349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

err-secondlife.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class SecondLife(BotPlugin):
2727
"""Integrating your Second Life into Err"""
2828
min_err_version = '1.6.0' # Optional, but recommended
29-
max_err_version = '1.7.0' # Optional, but recommended
29+
max_err_version = '1.7.1' # Optional, but recommended
3030

3131
def activate(self):
3232
if not self.config or not set(self.config).issuperset(set(("USERNAME", "PASSWORD"))):

0 commit comments

Comments
 (0)