mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 18:34:24 +08:00
Version bump to v1.5.1
This commit is contained in:
parent
dc71f6b9d9
commit
47e932159e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user