From 0385313e737b8d90e08d1c731c6fb662a28d97bd Mon Sep 17 00:00:00 2001 From: Theo Date: Wed, 26 Oct 2016 16:47:57 +0200 Subject: [PATCH] Version bump to v1.2.4 --- Gemfile.lock | 5 ++++- lib/ione/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1146e86..6213cef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ione (1.2.3) + ione (1.2.4) GEM remote: https://rubygems.org/ @@ -52,3 +52,6 @@ DEPENDENCIES rspec simplecov yard + +BUNDLED WITH + 1.12.5 diff --git a/lib/ione/version.rb b/lib/ione/version.rb index 0a6d3a5..e8c7bec 100644 --- a/lib/ione/version.rb +++ b/lib/ione/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Ione - VERSION = '1.2.3'.freeze + VERSION = '1.2.4'.freeze end