Skip to content

Commit 3e7317b

Browse files
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>
1 parent e3f0320 commit 3e7317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Discourse
77
unless defined?(::Discourse::VERSION)
88
module VERSION #:nodoc:
99
# Use the `version_bump:*` rake tasks to update this value
10-
STRING = "2025.11.0-latest"
10+
STRING = "2025.12.0-latest"
1111

1212
PARTS = STRING.split(".")
1313
private_constant :PARTS

0 commit comments

Comments
 (0)