Skip to content

Commit

Permalink
chore: update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll committed Feb 8, 2022
1 parent 9a6620e commit a47a252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/denote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { register } from "./register.ts";
import { unregister } from "./unregister.ts";

const NAME = "denote";
const VERSION = "0.2.0";
const VERSION = "0.2.1";
const MINIMUM_DENO_VERSION = "1.13.0";
const versionInfo = `${NAME} ${VERSION}`;

Expand Down

0 comments on commit a47a252

Please sign in to comment.