Skip to content

Commit b47f6e8

Browse files
committed
Version bump to v0.9.4
1 parent 278ae7e commit b47f6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module Discourse
44
module VERSION #:nodoc:
55
MAJOR = 0
66
MINOR = 9
7-
TINY = 3
8-
PRE = 5
7+
TINY = 4
8+
PRE = nil
99

1010
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
1111
end

0 commit comments

Comments
 (0)