dont record changes from other users
increase protocol version to block outdated users.
This commit is contained in:
parent
980e68ccc6
commit
031665bc24
3 changed files with 12 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue