mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-13 07:24:38 -04:00
Version bump to 0.9.3
This commit is contained in:
parent
002d4b4e23
commit
00d2eaca16
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ module Discourse
|
|||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 9
|
||||
TINY = 2
|
||||
PRE = 6
|
||||
TINY = 3
|
||||
PRE = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue