From 51c7668344886f2d1dfe75ab8994bbcb90de47b0 Mon Sep 17 00:00:00 2001 From: Moeki Kawakami Date: Mon, 23 Sep 2024 09:48:48 +0900 Subject: [PATCH] Bump up to 0.2.0 --- Gemfile.lock | 2 +- lib/baran/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7ae8218..a64c657 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - baran (0.1.12) + baran (0.2.0) GEM remote: https://rubygems.org/ diff --git a/lib/baran/version.rb b/lib/baran/version.rb index 3ed5e68..14c2559 100644 --- a/lib/baran/version.rb +++ b/lib/baran/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Baran - VERSION = "0.1.12" + VERSION = "0.2.0" end