mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Version bump to v1.2.0.beta1
This commit is contained in:
parent
1565bd5e67
commit
8959ed9031
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 = 1
|
||||
MINOR = 2
|
||||
TINY = 0
|
||||
PRE = 'beta8'
|
||||
PRE = 'beta1'
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue