From e54f52a756c032d7f35c0907b03a7dc9f2ea65e5 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Thu, 16 Mar 2023 18:12:53 -0600 Subject: [PATCH] Version bump to v3.0.2 (#20714) --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 456021a6ac..de1569b323 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 3 MINOR = 0 - TINY = 1 + TINY = 2 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")