.BANCHO. Add auto increment version
This commit is contained in:
@@ -6,7 +6,11 @@ from objects import matchList
|
||||
from objects import fileLocks
|
||||
from raven import Client
|
||||
|
||||
VERSION = "1.2"
|
||||
try:
|
||||
with open("version") as f:
|
||||
VERSION = f.read()
|
||||
except:
|
||||
VERSION = "¯\_(xd)_/¯"
|
||||
|
||||
db = None
|
||||
conf = None
|
||||
|
Reference in New Issue
Block a user