From 9c0837d2b99cbedbb2a456af8c89bd65d4f84029 Mon Sep 17 00:00:00 2001 From: tknzk Date: Wed, 1 Nov 2023 10:24:51 +0900 Subject: [PATCH] bumpup 202311 --- Gemfile.lock | 2 +- jpostcode-data | 2 +- lib/jpostcode/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 74690851..cd05175e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jpostcode (1.0.0.20231001) + jpostcode (1.0.0.20231101) GEM remote: https://rubygems.org/ diff --git a/jpostcode-data b/jpostcode-data index 8acf5ceb..955e9d63 160000 --- a/jpostcode-data +++ b/jpostcode-data @@ -1 +1 @@ -Subproject commit 8acf5ceba1663425587813b7b93bfdcb2444c90b +Subproject commit 955e9d6360539babf6fcb9f9b18d6e4ffb86ef78 diff --git a/lib/jpostcode/version.rb b/lib/jpostcode/version.rb index 262f5ce4..75342d76 100644 --- a/lib/jpostcode/version.rb +++ b/lib/jpostcode/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jpostcode - VERSION = '1.0.0.20231001' + VERSION = '1.0.0.20231101' end