Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mllnd committed Jul 26, 2023
1 parent 939fbef commit aeddd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const getPrompt = <T>(): Promise<T> => {
await new Command()
.name("sui-toolkit")
.description("Easily interact with the Sui blockchain")
.version("v0.0.1")
.version("v0.0.2")
.action(function () {
this.showHelp();
})
Expand Down

0 comments on commit aeddd7f

Please sign in to comment.