Skip to content

Commit

Permalink
feat: update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll committed Aug 14, 2021
1 parent 32f8824 commit 8b61626
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.0.1";
const VERSION = "0.1.0";
const versionInfo = `${NAME} ${VERSION}`;

const helpMsg = `
Expand Down

0 comments on commit 8b61626

Please sign in to comment.