DEV: Add a note about the version bump rake tasks (#26512)

This commit is contained in:
David Taylor 2024-04-04 11:59:29 +01:00 committed by GitHub
parent 37ae1708a5
commit 0ad4034c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(".")