Skip to content

Commit

Permalink
fix: update default version to convert to 2.2.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Jan 12, 2022
1 parent 4ace33e commit 87df6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (!asyncapiFile) {
program.help(); // This exits the process
}
if (!version) {
version = '2.1.0';
version = '2.2.0';
}

try {
Expand Down

0 comments on commit 87df6fa

Please sign in to comment.