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 dcb89ed commit 05a3040Copy full SHA for 05a3040
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.beta9"
+ STRING = "3.5.0"
11
12
PARTS = STRING.split(".")
13
private_constant :PARTS
0 commit comments