From cd7e842fd22c549d8c58b3109b7993d95c20772a Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Mon, 13 Apr 2015 17:52:31 +0300 Subject: [PATCH] v0.8.9.pre --- Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e5db48d..cf172e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.8.8.pre) + crono (0.8.9.pre) activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index b151597..3c22c68 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '0.8.8.pre' + VERSION = '0.8.9.pre' end