From 77cef20952a0fbff50264a2c29eba85e40bdb8f1 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 30 Oct 2020 10:28:00 -0400 Subject: [PATCH] Version bump to v2.5.4 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index cab8f1869e..56908115ba 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -10,7 +10,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 5 - TINY = 3 + TINY = 4 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')