Skip to content

Commit 61bd9c7

Browse files
committed
Version bump to v1.3.0.beta1
1 parent aef7bf8 commit 61bd9c7

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 = 2
6+
MINOR = 3
77
TINY = 0
8-
PRE = 'beta9'
8+
PRE = 'beta1'
99

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

0 commit comments

Comments
 (0)