2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00

Bump version to 0.8.5

This commit is contained in:
Neil Lalonde 2013-04-02 10:16:07 -04:00
parent 753e3675b1
commit 9e269fbc7c

View file

@ -4,7 +4,7 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 0
MINOR = 8
TINY = 4
TINY = 5
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')