Skip to content

Commit

Permalink
feat: evb-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Aug 27, 2020
1 parent 0cbb2b9 commit da6f7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const AWS = require("aws-sdk");
const program = require("commander");
const templateParser = require("./src/template-parser");
require("@mhlabs/aws-sdk-sso");
program.version("1.1.1", "-v, --vers", "output the current version");
program.version("1.1.3", "-v, --vers", "output the current version");
program
.command("pattern")
.alias("p")
Expand Down

0 comments on commit da6f7f9

Please sign in to comment.