2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

Version bump to v2.6.0.beta2

This commit is contained in:
Neil Lalonde 2020-08-20 16:36:25 -04:00
parent 3c06dd9b99
commit 713e6f1bb6
No known key found for this signature in database
GPG key ID: FF871CA9037D0A91

View file

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