diff --git a/Gemfile.lock b/Gemfile.lock index 69a9718..a1dffe3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - reckon (0.9.5) + reckon (0.9.6) chronic (>= 0.3.0) highline (~> 2.0) matrix (>= 0.4.2) diff --git a/lib/reckon/version.rb b/lib/reckon/version.rb index a0a993a..0edad19 100644 --- a/lib/reckon/version.rb +++ b/lib/reckon/version.rb @@ -1,3 +1,3 @@ module Reckon - VERSION = "0.9.5" + VERSION = "0.9.6" end