Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Oct 20, 2013
1 parent 5ee65f4 commit 86849a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/crummy/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Crummy
MAJOR = 1
MINOR = 7
PATCH = 2
MINOR = 8
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 86849a2

Please sign in to comment.