mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 20:16:17 +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
|
unless defined? ::Discourse::VERSION
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 1
|
MAJOR = 1
|
||||||
MINOR = 6
|
MINOR = 5
|
||||||
TINY = 0
|
TINY = 1
|
||||||
PRE = 'beta1'
|
PRE = nil
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user