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