From b3e6f0a5e8e4403742106adc62ea9094d2694508 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 1 Oct 2024 00:37:06 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=923.1.4=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 2 +- lib/jipcode/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 34eace2e5..72985b75e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jipcode (3.1.3) + jipcode (3.1.4) csv GEM diff --git a/lib/jipcode/version.rb b/lib/jipcode/version.rb index 1c09b67f7..6e5bc38d4 100644 --- a/lib/jipcode/version.rb +++ b/lib/jipcode/version.rb @@ -1,3 +1,3 @@ module Jipcode - VERSION = '3.1.3' + VERSION = '3.1.4' end