From aab4ea1849b0287c45442b744c9c2e5966aa5c54 Mon Sep 17 00:00:00 2001 From: Daniel Waterworth Date: Tue, 29 Nov 2022 10:59:53 -0600 Subject: [PATCH] Version bump to v2.9.0.beta14 (#19242) --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 99735b0756..1c61412b61 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -10,7 +10,7 @@ module Discourse MAJOR = 2 MINOR = 9 TINY = 0 - PRE = 'beta13' + PRE = 'beta14' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end