Bump version to v3.1.0.beta7

This commit is contained in:
David Taylor 2023-07-28 13:05:29 +01:00
parent 26e267478d
commit 263afe6b6a
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Discourse
# work around reloader
unless defined?(::Discourse::VERSION)
module VERSION #:nodoc:
STRING = "3.1.0.beta6"
STRING = "3.1.0.beta7"
PARTS = STRING.split(".")
private_constant :PARTS