Skip to content

Commit 00d2eac

Browse files
committed
Version bump to 0.9.3
1 parent 002d4b4 commit 00d2eac

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 = 2
8-
PRE = 6
7+
TINY = 3
8+
PRE = 0
99

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

0 commit comments

Comments
 (0)