From 9e8d9b41fc55452543d5a3f54ae6f4d7e1cd956c Mon Sep 17 00:00:00 2001 From: joker1007 Date: Tue, 23 May 2023 19:05:34 +0900 Subject: [PATCH] chore: bump up to v0.9.1 --- lib/rukawa/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rukawa/version.rb b/lib/rukawa/version.rb index 9fd6f83..d8ec74d 100644 --- a/lib/rukawa/version.rb +++ b/lib/rukawa/version.rb @@ -1,3 +1,3 @@ module Rukawa - VERSION = "0.9.0" + VERSION = "0.9.1" end