Version bump to v1.8.0.beta11

This commit is contained in:
Neil Lalonde 2017-04-27 14:05:58 -04:00
parent 5259a7824e
commit a501f9d4e5
1 changed files with 1 additions and 1 deletions

View File

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