diff --git a/Gemfile.lock b/Gemfile.lock index afc8213..200c934 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ione (1.3.0.pre1) + ione (1.3.0.pre2) GEM remote: https://rubygems.org/ diff --git a/lib/ione/version.rb b/lib/ione/version.rb index 110767f..3ce3210 100644 --- a/lib/ione/version.rb +++ b/lib/ione/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Ione - VERSION = '1.3.0.pre1'.freeze + VERSION = '1.3.0.pre2'.freeze end