From 0ad4034c58546be659fcbb26813732d38a0e4fe9 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 4 Apr 2024 11:59:29 +0100 Subject: [PATCH] DEV: Add a note about the version bump rake tasks (#26512) --- lib/version.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/version.rb b/lib/version.rb index 34d4ac61333..67d221bdd94 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -7,6 +7,7 @@ module Discourse # work around reloader unless defined?(::Discourse::VERSION) module VERSION #:nodoc: + # Use the `version_bump:*` rake tasks to update this value STRING = "3.3.0.beta2-dev" PARTS = STRING.split(".")