Update the version to "git"

This commit is contained in:
Guillaume Ayoub 2012-03-20 18:45:12 +01:00
parent 7faec9abc9
commit 085c9f0aca

View File

@ -49,7 +49,7 @@ except ImportError:
from radicale import acl, config, ical, log, storage, xmlutils
VERSION = "0.7"
VERSION = "git"
class HTTPServer(wsgiref.simple_server.WSGIServer, object):