##// END OF EJS Templates
version bump
marcink -
r198:c0974584 rhodecode-0.0.0.7.0 default
parent child Browse files
Show More
@@ -2,7 +2,7 b''
2 2 Hg app, a web based mercurial repository managment based on pylons
3 3 """
4 4
5 VERSION = (0, 6, 8, 'beta')
5 VERSION = (0, 7, 0, 'beta')
6 6
7 7 __version__ = '.'.join((str(each) for each in VERSION[:4]))
8 8
General Comments 0
You need to be logged in to leave comments. Login now