Version bump to v1.5.0

This commit is contained in:
Neil Lalonde 2016-03-31 17:51:08 -04:00
parent b32d727d95
commit aa91e4c1ac

View File

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