From f54d21a80b481a26fcb2dce22afe92387ac87004 Mon Sep 17 00:00:00 2001 From: OsamaSayegh Date: Wed, 11 Jan 2023 08:17:04 +0300 Subject: [PATCH] Version bump to v3.0.0 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index ec7562d897b..9648ae2e84a 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -10,7 +10,7 @@ module Discourse MAJOR = 3 MINOR = 0 TINY = 0 - PRE = "beta16" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end