Skip to content

Commit 1a1d155

Browse files
author
ljacobsson
committed
feat: SAM Policy Template support + autocomplete search
1 parent 689c23b commit 1a1d155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
const program = require("commander");
33
const inputWizard = require("./src/input-wizard");
44
const events = require("events");
5+
const package = require("./package.json");
56

67
events.EventEmitter.defaultMaxListeners = 1000;
78

8-
program.version("0.0.8", "-v, --vers", "output the current version");
9+
program.version(package.version, "-v, --vers", "output the current version");
910

1011
program
1112
.option(

0 commit comments

Comments
 (0)