Bump version to v3.2.0.beta3-dev

This commit is contained in:
Penar Musaraj 2023-10-16 11:20:22 -04:00
parent be04154838
commit 1400d4a8fd
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7

View File

@ -7,7 +7,7 @@ module Discourse
# work around reloader # work around reloader
unless defined?(::Discourse::VERSION) unless defined?(::Discourse::VERSION)
module VERSION #:nodoc: module VERSION #:nodoc:
STRING = "3.2.0.beta2" STRING = "3.2.0.beta3-dev"
PARTS = STRING.split(".") PARTS = STRING.split(".")
private_constant :PARTS private_constant :PARTS