mirror of
https://github.com/discourse/discourse.git
synced 2024-12-16 19:43:43 +08:00
Version bump to v2.0.4
This commit is contained in:
parent
5778c33ee7
commit
911044f8a0
|
@ -4,7 +4,7 @@ module Discourse
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 2
|
MAJOR = 2
|
||||||
MINOR = 0
|
MINOR = 0
|
||||||
TINY = 3
|
TINY = 4
|
||||||
PRE = nil
|
PRE = nil
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user