From ec08fd6ca7dc5a9b14f877d0f9c66d4dcdfb4af6 Mon Sep 17 00:00:00 2001 From: kg8m Date: Thu, 28 Dec 2023 00:31:57 +0900 Subject: [PATCH] v3.0.2 --- Gemfile.lock | 2 +- lib/tanshuku/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1d47d2a..6674f8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tanshuku (3.0.1) + tanshuku (3.0.2) addressable (>= 2.4.0) rails (>= 7.0.0) diff --git a/lib/tanshuku/version.rb b/lib/tanshuku/version.rb index a3b2f82..dd64fae 100644 --- a/lib/tanshuku/version.rb +++ b/lib/tanshuku/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Tanshuku - VERSION = "3.0.1" + VERSION = "3.0.2" end