From c8f9ff4e348a7d9da1af18acc7e3e19128111b41 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sun, 12 Apr 2015 17:04:43 +0300 Subject: [PATCH] v0.8.7.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 07a3299..c2321e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.8.6.pre) + crono (0.8.7.pre) activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 5eb5f96..a191de3 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '0.8.6.pre' + VERSION = '0.8.7.pre' end