Version bump to v1.5.1

This commit is contained in:
Neil Lalonde 2016-04-07 14:07:44 -04:00
parent dc71f6b9d9
commit 47e932159e

View File

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