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