From 301482fa49ff6ca8551999b39b8ccb83b9fde35f Mon Sep 17 00:00:00 2001 From: arrow2nd <44780846+arrow2nd@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:45:35 +0900 Subject: [PATCH] =?UTF-8?q?feat(cmd):=20=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 495a6a8..b6eb96b 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/arrow2nd/ishell/v2" ) -const version = "1.9.2" +const version = "1.9.3" func (cmd *Cmd) newVersionCmd() *ishell.Cmd { return &ishell.Cmd{