Skip to content

Commit

Permalink
v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Nov 23, 2022
1 parent f449922 commit df383a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const outputType = new EnumType(["silent", "text", "json"]);
const cmd = new Command()
.throwErrors()
.name("truestamp")
.version("0.0.25") // RELEASE VERSION : BUMP VERSION HERE
.version("0.0.26") // RELEASE VERSION : BUMP VERSION HERE
.description("Truestamp CLI")
.meta("deno", Deno.version.deno)
.meta("v8", Deno.version.v8)
Expand Down

0 comments on commit df383a2

Please sign in to comment.