dont record changes from other users

increase protocol version to block outdated users.
This commit is contained in:
j 2016-01-08 23:19:00 +05:30
commit 031665bc24
3 changed files with 12 additions and 5 deletions

View file

@ -76,7 +76,7 @@ if 'modules' in release and 'openmedialibrary' in release['modules']:
else:
MINOR_VERSION = 'git'
NODE_PROTOCOL="0.2"
NODE_PROTOCOL="0.3"
VERSION="%s.%s" % (NODE_PROTOCOL, MINOR_VERSION)