diff --git a/Gemfile.lock b/Gemfile.lock index d007b01..8aeff7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-metrics (0.8.0) + ruby-metrics (0.8.5) json GEM diff --git a/lib/ruby-metrics/version.rb b/lib/ruby-metrics/version.rb index 01e1211..a5d0964 100644 --- a/lib/ruby-metrics/version.rb +++ b/lib/ruby-metrics/version.rb @@ -1,3 +1,3 @@ module Metrics - VERSION = "0.8.0" + VERSION = "0.8.5" end