DEV: Begin development of v2025.12.0-latest (#36249)

Merging this will trigger the creation of a `release/2025.11` branch on
the preceding commit.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-26 10:49:02 +00:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent e3f0320395
commit 3e7317b334
+1 -1
View File
@@ -7,7 +7,7 @@ module Discourse
unless defined?(::Discourse::VERSION)
module VERSION #:nodoc:
# Use the `version_bump:*` rake tasks to update this value
STRING = "2025.11.0-latest"
STRING = "2025.12.0-latest"
PARTS = STRING.split(".")
private_constant :PARTS