From 4227511c1615b2bfdee6c81ccf144f2504572220 Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 30 Oct 2015 14:28:20 +0100 Subject: [PATCH] Version bump to v1.2.3 --- Gemfile.lock | 2 +- lib/ione/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4bc86e2..1146e86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ione (1.2.2) + ione (1.2.3) GEM remote: https://rubygems.org/ diff --git a/lib/ione/version.rb b/lib/ione/version.rb index 78832fe..0a6d3a5 100644 --- a/lib/ione/version.rb +++ b/lib/ione/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Ione - VERSION = '1.2.2'.freeze + VERSION = '1.2.3'.freeze end