From cf94e52f78f7be368a680d23f1cdbb99234d0248 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Mon, 13 Jun 2022 15:04:02 -0600 Subject: [PATCH] Version bump to v2.8.4 (#17075) --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index cebb128ac4..031e058952 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 8 - TINY = 3 + TINY = 4 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')