Version bump to v2.7.0.beta3

This commit is contained in:
Neil Lalonde
2021-01-28 12:53:10 -05:00
parent a20bcd34da
commit c4dc610498
+1 -1
View File
@@ -10,7 +10,7 @@ module Discourse
MAJOR = 2
MINOR = 7
TINY = 0
PRE = 'beta2'
PRE = 'beta3'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end