Bump version to v3.2.0.beta4-dev

This commit is contained in:
Krzysztof Kotlarek 2023-11-09 14:25:44 +11:00
parent 95b7cbd8a1
commit e5e7dd78c2

View File

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