From df6d323bd187746e254538c81ed29181efc2abe3 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Thu, 5 Jan 2023 09:56:13 +0800 Subject: [PATCH] Version bump to v2.8.14 (#19755) --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index bc206ae8f2b..17dab858e93 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 8 - TINY = 13 + TINY = 14 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')