From 9d0d21446cbcb15eab7831c047899fa18535becb Mon Sep 17 00:00:00 2001 From: Moeki Kawakami Date: Wed, 27 Sep 2023 08:46:48 +0900 Subject: [PATCH] Bump up to 0.1.7 --- Gemfile.lock | 2 +- lib/baran/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 25c7394..441f318 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - baran (0.1.6) + baran (0.1.7) GEM remote: https://rubygems.org/ diff --git a/lib/baran/version.rb b/lib/baran/version.rb index 7953e37..7e1afb9 100644 --- a/lib/baran/version.rb +++ b/lib/baran/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Baran - VERSION = "0.1.6" + VERSION = "0.1.7" end