Version bump to v1.9.0.beta5

This commit is contained in:
Neil Lalonde 2017-08-01 14:32:24 -04:00
parent 2feec43bd7
commit a870137845
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Discourse
MAJOR = 1
MINOR = 9
TINY = 0
PRE = 'beta4'
PRE = 'beta5'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end