Version bump to v1.7.0.beta11

This commit is contained in:
Neil Lalonde 2016-12-28 18:14:06 -05:00
parent 9c40657ba4
commit dd4937a493
1 changed files with 1 additions and 1 deletions

View File

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