Skip to content

Commit

Permalink
Bump to version 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Sep 21, 2022
1 parent 2d20427 commit d8d628b
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 @@ -24,7 +24,7 @@ export const outputType = new EnumType(["silent", "text", "json"])
const cmd = new Command()
.throwErrors()
.name("truestamp")
.version("0.0.20") // RELEASE VERSION : BUMP VERSION HERE
.version("0.0.21") // RELEASE VERSION : BUMP VERSION HERE
.description("Truestamp CLI")
.meta("deno", Deno.version.deno)
.meta("v8", Deno.version.v8)
Expand Down

0 comments on commit d8d628b

Please sign in to comment.