Skip to content

Commit c7c22da

Browse files
committed
v0.0.25
1 parent 5755aae commit c7c22da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const outputType = new EnumType(["silent", "text", "json"]);
2525
const cmd = new Command()
2626
.throwErrors()
2727
.name("truestamp")
28-
.version("0.0.24") // RELEASE VERSION : BUMP VERSION HERE
28+
.version("0.0.25") // RELEASE VERSION : BUMP VERSION HERE
2929
.description("Truestamp CLI")
3030
.meta("deno", Deno.version.deno)
3131
.meta("v8", Deno.version.v8)

0 commit comments

Comments
 (0)