mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Version bump to v1.4.0.beta1
This commit is contained in:
parent
60ed72870e
commit
255402350f
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ module Discourse
|
|||
unless defined? ::Discourse::VERSION
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 1
|
||||
MINOR = 3
|
||||
MINOR = 4
|
||||
TINY = 0
|
||||
PRE = 'beta10'
|
||||
PRE = 'beta1'
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue