Bump version to v3.2.0.beta1-dev

This commit is contained in:
David Taylor 2023-08-01 09:50:46 +01:00
parent 9b339bcd2c
commit 20481abefc
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.beta8"
STRING = "3.2.0.beta1-dev"
PARTS = STRING.split(".")
private_constant :PARTS