Skip to content

Commit

Permalink
Version bump to v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Jan 9, 2014
1 parent 7cbcd72 commit 303d7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 7
PRE = 9
TINY = 8
PRE = nil

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

0 comments on commit 303d7a6

Please sign in to comment.