Bump version to v3.2.0.beta2

This commit is contained in:
Penar Musaraj 2023-10-16 11:20:20 -04:00
parent 13afad70a5
commit be04154838
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
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.beta2-dev"
STRING = "3.2.0.beta2"
PARTS = STRING.split(".")
private_constant :PARTS