mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 04:38:52 +08:00
DEV: Add a note about the version bump rake tasks (#26512)
This commit is contained in:
@ -7,6 +7,7 @@ module Discourse
|
|||||||
# work around reloader
|
# work around reloader
|
||||||
unless defined?(::Discourse::VERSION)
|
unless defined?(::Discourse::VERSION)
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
|
# Use the `version_bump:*` rake tasks to update this value
|
||||||
STRING = "3.3.0.beta2-dev"
|
STRING = "3.3.0.beta2-dev"
|
||||||
|
|
||||||
PARTS = STRING.split(".")
|
PARTS = STRING.split(".")
|
||||||
|
Reference in New Issue
Block a user