We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d569c commit 39084ffCopy full SHA for 39084ff
lib/version.rb
@@ -7,7 +7,7 @@ module Discourse
7
unless defined?(::Discourse::VERSION)
8
module VERSION #:nodoc:
9
# Use the `version_bump:*` rake tasks to update this value
10
- STRING = "3.5.0"
+ STRING = "3.5.1"
11
12
PARTS = STRING.split(".")
13
private_constant :PARTS
0 commit comments