##// END OF EJS Templates
version bump
marcink -
r513:2fa16ec5 rhodecode-0.0.0.8.4 default
parent child Browse files
Show More
@@ -24,7 +24,7 b' versioning implementation: http://semver'
24 @author: marcink
24 @author: marcink
25 """
25 """
26
26
27 VERSION = (0, 8, 3, 'beta')
27 VERSION = (0, 8, 4, '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