Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Dec 13, 2022
1 parent b42b976 commit dd55f5f
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 @@ -27,7 +27,7 @@ export const outputType = new EnumType(["silent", "text", "json"]);
const cmd = new Command()
.throwErrors()
.name("truestamp")
.version("0.0.26") // RELEASE VERSION : BUMP VERSION HERE
.version("1.0.0") // RELEASE VERSION : BUMP VERSION HERE
.description("Truestamp CLI")
.meta("deno", Deno.version.deno)
.meta("v8", Deno.version.v8)
Expand Down

0 comments on commit dd55f5f

Please sign in to comment.