Bump version to v3.2.0.beta5-dev

This commit is contained in:
Penar Musaraj 2024-01-08 12:41:52 -05:00
parent f953d9b113
commit d795a59fab
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7

View File

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