Version bump to v2.6.0.beta4 (#10933)

This commit is contained in:
Neil Lalonde 2020-10-15 12:59:38 -04:00 committed by GitHub
parent db7c3b333b
commit bb165ac8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module Discourse
MAJOR = 2
MINOR = 6
TINY = 0
PRE = 'beta3'
PRE = 'beta4'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end