Skip to content

Commit

Permalink
Bump version to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Oct 7, 2024
1 parent 2506257 commit c5f9a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Discourse
unless defined?(::Discourse::VERSION)
module VERSION #:nodoc:
# Use the `version_bump:*` rake tasks to update this value
STRING = "3.3.1"
STRING = "3.3.2"

PARTS = STRING.split(".")
private_constant :PARTS
Expand Down

0 comments on commit c5f9a30

Please sign in to comment.