Bump version to v3.1.0.beta8

This commit is contained in:
David Taylor 2023-08-01 09:50:45 +01:00
parent bb217bbcc8
commit 9b339bcd2c
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.beta7"
STRING = "3.1.0.beta8"
PARTS = STRING.split(".")
private_constant :PARTS