Skip to content

Commit 88a29dc

Browse files
committed
Version bump to v0.9.9
1 parent 0d57e4b commit 88a29dc

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 = 8
8-
PRE = 11
7+
TINY = 9
8+
PRE = nil
99

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

0 commit comments

Comments
 (0)