Version bump to 0.9.3

This commit is contained in:
Neil Lalonde 2013-06-14 15:51:11 -04:00
parent 002d4b4e23
commit 00d2eaca16
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 2
PRE = 6
TINY = 3
PRE = 0
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end