From 73803cf8f71c5b8dcec65c61684e62abcbaf250f Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Mon, 28 Nov 2022 10:57:06 +1000 Subject: [PATCH] Revert "Version bump to v2.9.0.beta13 (#19210)" (#19211) This reverts commit a71f6cf09bc32b45bccf2b280c32b453813ff695. The github UI had an error I didn't notice which resulted in a security commit being merged _after_ the bump, now I have to redo the bump. --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 99735b07562..922ef2e01cd 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -10,7 +10,7 @@ module Discourse MAJOR = 2 MINOR = 9 TINY = 0 - PRE = 'beta13' + PRE = 'beta12' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end