diff --git a/README.md b/README.md index 2817774..5f0adf0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ func main() { You can download `ajson` cli from the [release page](https://github.com/spyzhov/ajson/releases), or install from the source: ```shell script -go get github.com/spyzhov/ajson/cmd/ajson@v0.9.3 +go get github.com/spyzhov/ajson/cmd/ajson@v0.9.4 ``` Usage: diff --git a/cmd/ajson/main.go b/cmd/ajson/main.go index cbb620a..a29f918 100644 --- a/cmd/ajson/main.go +++ b/cmd/ajson/main.go @@ -13,7 +13,7 @@ import ( "github.com/spyzhov/ajson" ) -var version = "v0.9.3" +var version = "v0.9.4" func usage() { text := ``