From ec33d7e23746eab4e62e1321b2ff467a66ce65a8 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 4 May 2020 11:31:32 -0400 Subject: [PATCH] Version bump to v2.4.3 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 270bed711c..5530e6a0b9 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -8,7 +8,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 4 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')