diff --git a/Gemfile.lock b/Gemfile.lock index 6cdf770..74b0335 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - reckon (0.9.3) + reckon (0.9.4) chronic (>= 0.3.0) highline (>= 1.5.2) matrix (>= 0.4.2) diff --git a/lib/reckon/version.rb b/lib/reckon/version.rb index 9401cc6..4319941 100644 --- a/lib/reckon/version.rb +++ b/lib/reckon/version.rb @@ -1,3 +1,3 @@ module Reckon - VERSION = "0.9.3" + VERSION = "0.9.4" end