diff --git a/Gemfile.lock b/Gemfile.lock index 28bc86c..37ea866 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - proactive_support (0.0.8) + proactive_support (0.0.9) activerecord (>= 3) GEM diff --git a/lib/proactive_support/version.rb b/lib/proactive_support/version.rb index 261e2a4..758aeb5 100644 --- a/lib/proactive_support/version.rb +++ b/lib/proactive_support/version.rb @@ -1,3 +1,3 @@ module ProactiveSupport - VERSION = '0.0.8' + VERSION = '0.0.9' end