Skip to content

Commit 5db66ae

Browse files
committed
Version bump to v1.0.0
1 parent 4fec41d commit 5db66ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/version.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module Discourse
22
# work around reloader
33
unless defined? ::Discourse::VERSION
44
module VERSION #:nodoc:
5-
MAJOR = 0
6-
MINOR = 9
7-
TINY = 9
8-
PRE = 18
5+
MAJOR = 1
6+
MINOR = 0
7+
TINY = 0
8+
PRE = nil
99

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

0 commit comments

Comments
 (0)