From 8665f06f631cf04d0bc9cf537180881fa0d9d485 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 bc206ae8f2..17dab858e9 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('.')