Skip to content

Commit

Permalink
Bump version to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelercj committed Sep 11, 2023
1 parent 512f226 commit c3164f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const minimalTmplName = "minimal.tmpl"
const short = "Convert a Postman collection to markdown documentation"
const jsonHelp = "You can get a JSON file from Postman by exporting a collection as a v2.1 collection"
const github = "More help available here: github.com/wheelercj/pm2md"
const version = "v0.0.7 (you can check for updates here: https://github.com/wheelercj/pm2md/releases)"
const version = "v0.0.8 (you can check for updates here: https://github.com/wheelercj/pm2md/releases)"
const example = ` pm2md collection.json
pm2md collection.json output.md
pm2md collection.json --template=custom.tmpl
Expand Down

0 comments on commit c3164f1

Please sign in to comment.