Skip to content

Commit 0c31e0c

Browse files
committed
Update debug.py
1 parent 1c9d813 commit 0c31e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

willie/modules/debug.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def admins(bot, trigger):
2626

2727
@commands('version', 'versio')
2828
def version(bot, trigger):
29-
version = '2.3'
29+
version = '2.2'
3030
if platform.system() == 'Linux':
3131
osver = ("%s %s" % (platform.linux_distribution()[0], platform.linux_distribution()[1]))
3232
elif platform.system() == 'Windows':

0 commit comments

Comments
 (0)