##// END OF EJS Templates
version bump
marcink -
r319:c12f4d19 rhodecode-0.0.0.7.9 default
parent child Browse files
Show More
@@ -24,7 +24,7 b' Hg app, a web based mercurial repository'
24 @author: marcink
24 @author: marcink
25 """
25 """
26
26
27 VERSION = (0, 7, 8, 'beta')
27 VERSION = (0, 7, 9, 'beta')
28
28
29 __version__ = '.'.join((str(each) for each in VERSION[:4]))
29 __version__ = '.'.join((str(each) for each in VERSION[:4]))
30
30
General Comments 0
You need to be logged in to leave comments. Login now