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 e23b8e7 commit e24d25cCopy full SHA for e24d25c
lib/version.rb
@@ -4,7 +4,7 @@ module Discourse
4
module VERSION #:nodoc:
5
MAJOR = 1
6
MINOR = 9
7
- TINY = 3
+ TINY = 4
8
PRE = nil
9
10
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
0 commit comments