diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-18 10:46:11 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-18 10:46:11 -0800 |
commit | e397126da64633910a45631bced499943d1443a6 (patch) | |
tree | ef5fe96312e470eb7051eaee79fe2e625db3ffeb | |
parent | 3f0498f97080067d3edc4d827a117222f617cebd (diff) |
bumping version
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | cmd/ponzu/ponzu.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -189,7 +189,7 @@ Prints the version of the Ponzu CLI you have installed. Example: ```bash $ ponzu version -> Ponzu v0.7.0 +> Ponzu v0.7.1 ``` --- diff --git a/cmd/ponzu/ponzu.json b/cmd/ponzu/ponzu.json index 3be8083..0e9769e 100644 --- a/cmd/ponzu/ponzu.json +++ b/cmd/ponzu/ponzu.json @@ -1,3 +1,3 @@ { - "version": "0.7.0" + "version": "0.7.1" }
\ No newline at end of file |