Skip to content

Commit

Permalink
Merge pull request #16 from karthiks3000/markdown-support
Browse files Browse the repository at this point in the history
bump te version number
  • Loading branch information
karthiks3000 authored Apr 2, 2021
2 parents 554c5e0 + 1b265a9 commit 3b1356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postman_doc_gen/postman_doc_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def init_arg_parse() -> argparse.ArgumentParser:
)
parser.add_argument(
"-v", "--version", action="version",
version=f"{parser.prog} Version 1.1.1"
version=f"{parser.prog} Version 1.2.0"
)
parser.add_argument('collection', help='The Postman collection json')
parser.add_argument('-e', '--env', help='The Postman environment json')
Expand Down

0 comments on commit 3b1356b

Please sign in to comment.