mirror of
https://github.com/discourse/discourse.git
synced 2024-12-17 07:13:42 +08:00
Version bump to v1.5.0
This commit is contained in:
parent
b32d727d95
commit
aa91e4c1ac
|
@ -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('.')
|
||||
|
|
Loading…
Reference in New Issue
Block a user