Skip to content

Commit 82ed514

Browse files
committed
Version bump to v1.9.0.beta1
1 parent e66fa82 commit 82ed514

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
@@ -3,9 +3,9 @@ module Discourse
33
unless defined? ::Discourse::VERSION
44
module VERSION #:nodoc:
55
MAJOR = 1
6-
MINOR = 8
6+
MINOR = 9
77
TINY = 0
8-
PRE = 'beta13'
8+
PRE = 'beta1'
99

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

0 commit comments

Comments
 (0)