From 0616f7f0025336cd8f6bf4d97e12e3d26826d278 Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 22 Jul 2022 10:05:26 +0200 Subject: [PATCH] Version bump to v1.3.0.pre3 --- Gemfile.lock | 2 +- lib/ione/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b4cc4dd..bc130ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ione (1.3.0.pre2) + ione (1.3.0.pre3) GEM remote: https://rubygems.org/ diff --git a/lib/ione/version.rb b/lib/ione/version.rb index 3ce3210..b024807 100644 --- a/lib/ione/version.rb +++ b/lib/ione/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Ione - VERSION = '1.3.0.pre2'.freeze + VERSION = '1.3.0.pre3'.freeze end