From ea7388014671cb3c103bcc9082df586de1b0edad Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 5 Mar 2020 12:28:17 -0500 Subject: [PATCH] Version bump to v2.4.1 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index d4fe27e307..4667773626 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -8,7 +8,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 4 - TINY = 0 + TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')