From acbfea230804a77e011dd8dbe734f5d3d0c2060e Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Wed, 20 Jan 2016 16:20:59 +0200 Subject: [PATCH] Bump 1.0.0.pre2 --- Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 55fc88b..cd43855 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (1.0.0.pre) + crono (1.0.0.pre2) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 2dde6ff..626f33d 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '1.0.0.pre' + VERSION = '1.0.0.pre2' end