Bump version to v3.2.0.beta2-dev

This commit is contained in:
Roman Rizzi 2023-09-12 15:41:11 -03:00
parent a9cc379121
commit 75e8a6bf90
No known key found for this signature in database
GPG Key ID: 64024A71CE7330D3
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.2.0.beta1"
STRING = "3.2.0.beta2-dev"
PARTS = STRING.split(".")
private_constant :PARTS