Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
feat(cmd): バージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
arrow2nd committed Jul 6, 2022
1 parent 9c361b2 commit 301482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 301482f

Please sign in to comment.