From d31aaaffbe17c2200c4bc47caa0904d82ba45b70 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Mon, 13 Apr 2015 15:54:00 +0300 Subject: [PATCH] v8.8.0.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 c2321e1..e5db48d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.8.7.pre) + crono (0.8.8.pre) activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index a191de3..b151597 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '0.8.7.pre' + VERSION = '0.8.8.pre' end