Skip to content
Snippets Groups Projects
Commit 9cf9392c authored by Anael Beutot's avatar Anael Beutot
Browse files

FIxed version tag ttl.

parent cfb70ccf
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ from ccnode.tags import Tag
logger = logging.getLogger(__name__)
DEFAULT_TAGS = (Tag(u'version', __version__, 1),)
DEFAULT_TAGS = (Tag(u'version', __version__, -1),)
class DefaultHandler(RpcHandler):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment