mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Revert "Version bump to v1.4.0.beta1"
This commit is contained in:
parent
c240a8bd80
commit
b5e4fca539
1 changed files with 2 additions and 2 deletions
|
@ -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 = 4
|
MINOR = 3
|
||||||
TINY = 0
|
TINY = 0
|
||||||
PRE = 'beta1'
|
PRE = 'beta10'
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue