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 Aug 20, 2021
1 parent 02b6530 commit 7217f74
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.1.0";
const VERSION = "0.2.0";
const MINIMUM_DENO_VERSION = "1.13.0";
const versionInfo = `${NAME} ${VERSION}`;

Expand Down

0 comments on commit 7217f74

Please sign in to comment.