Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schaefermeyer committed Nov 12, 2013
1 parent 2811b97 commit 95e9888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rabbithole/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Rabbithole
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_RELEASE = 1
VERSION_RELEASE = 2
VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE].collect(&:to_s).join('.').freeze
end

0 comments on commit 95e9888

Please sign in to comment.