2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-10-03 17:21:20 +08:00

Bump version to v3.5.0.beta8

This commit is contained in:
Alan Guo Xiang Tan 2025-07-29 10:55:25 +08:00
parent 20bf65099b
commit c897f0081e
No known key found for this signature in database
GPG key ID: 286D2AB58F8C86B6

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 = "3.5.0.beta8-dev"
STRING = "3.5.0.beta8"

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