From 435f95251649819d7c60ca43a44ad62263c7d52b Mon Sep 17 00:00:00 2001 From: Steve Frank Date: Tue, 17 Jul 2018 17:35:23 -0400 Subject: [PATCH] v0.0.9 --- Gemfile.lock | 2 +- lib/proactive_support/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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