mirror of
https://github.com/discourse/discourse.git
synced 2025-08-17 18:04:11 +08:00
Bump version to v3.5.0.beta9-dev
This commit is contained in:
parent
c897f0081e
commit
1965b9c031
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
STRING = "3.5.0.beta9-dev"
|
||||
|
||||
PARTS = STRING.split(".")
|
||||
private_constant :PARTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue