Skip to content

Commit df383a2

Browse files
committed
v0.0.26
1 parent f449922 commit df383a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.25") // RELEASE VERSION : BUMP VERSION HERE
28+
.version("0.0.26") // 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)