From 47a775b1e35d16c3b244e60427ee16a18e61336e Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Tue, 20 Jul 2021 11:44:35 -0400 Subject: [PATCH] bump version --- Gemfile.lock | 4 ++-- lib/kiba/extend/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d1849eb7f..9652b20b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kiba-extend (1.14.0) + kiba-extend (1.15.0) activesupport kiba (>= 4.0.0) kiba-common (>= 1.5.0) @@ -10,7 +10,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.3.2) + activesupport (6.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) diff --git a/lib/kiba/extend/version.rb b/lib/kiba/extend/version.rb index 78de251fb..3f749950b 100644 --- a/lib/kiba/extend/version.rb +++ b/lib/kiba/extend/version.rb @@ -1,5 +1,5 @@ module Kiba module Extend - VERSION = "1.14.0" + VERSION = "1.15.0" end end