We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5755aae commit c7c22daCopy full SHA for c7c22da
src/cli.ts
@@ -25,7 +25,7 @@ export const outputType = new EnumType(["silent", "text", "json"]);
25
const cmd = new Command()
26
.throwErrors()
27
.name("truestamp")
28
- .version("0.0.24") // RELEASE VERSION : BUMP VERSION HERE
+ .version("0.0.25") // RELEASE VERSION : BUMP VERSION HERE
29
.description("Truestamp CLI")
30
.meta("deno", Deno.version.deno)
31
.meta("v8", Deno.version.v8)
0 commit comments