We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f449922 commit df383a2Copy full SHA for df383a2
1 file changed
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.25") // RELEASE VERSION : BUMP VERSION HERE
+ .version("0.0.26") // RELEASE VERSION : BUMP VERSION HERE
29
.description("Truestamp CLI")
30
.meta("deno", Deno.version.deno)
31
.meta("v8", Deno.version.v8)
0 commit comments