mirror of
https://github.com/discourse/discourse.git
synced 2024-12-16 18:04:13 +08:00
Revert "Version bump to v1.3.0"
This commit is contained in:
parent
327781660f
commit
1ca1c0d146
|
@ -3,8 +3,8 @@ module Discourse
|
||||||
unless defined? ::Discourse::VERSION
|
unless defined? ::Discourse::VERSION
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 1
|
MAJOR = 1
|
||||||
MINOR = 3
|
MINOR = 2
|
||||||
TINY = 0
|
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