diff --git a/README.md b/README.md index 9e67abf..430b6d4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ paymail **Install using a [compiled binary](https://github.com/mrz1836/paymail-inspector/releases)** on Linux or Mac _(Mac example)_ ```shell script -curl -LkSs https://github.com/mrz1836/paymail-inspector/releases/download/v0.3.27/paymail-inspector_macOS_64-bit.tar.gz -o app.tar.gz +curl -LkSs https://github.com/mrz1836/paymail-inspector/releases/download/v0.3.28/paymail-inspector_macOS_64-bit.tar.gz -o app.tar.gz tar -zxf app.tar.gz && cd ./app/ ./paymail ``` diff --git a/cmd/definitions.go b/cmd/definitions.go index 5ff4e73..3a9f3b2 100644 --- a/cmd/definitions.go +++ b/cmd/definitions.go @@ -10,7 +10,7 @@ import ( ) // Version is set manually (also make:build overwrites this value from Github's latest tag) -var Version = "v0.3.27" +var Version = "v0.3.28" // Default flag values for various commands var ( diff --git a/docs/commands/paymail.md b/docs/commands/paymail.md index 43a9174..f954422 100644 --- a/docs/commands/paymail.md +++ b/docs/commands/paymail.md @@ -10,7 +10,7 @@ __________ .__.__ .___ | ___/\__ \< | |/ \\__ \ | | | | |/ \ / ___/\____ \_/ __ \_/ ___\ __\/ _ \_ __ \ | | / __ \\___ | Y Y \/ __ \| | |__ | | | \\___ \ | |_> > ___/\ \___| | ( <_> ) | \/ |____| (____ / ____|__|_| (____ /__|____/ |___|___| /____ >| __/ \___ >\___ >__| \____/|__| - \/\/ \/ \/ \/ \/ |__| \/ \/ v0.3.27 + \/\/ \/ \/ \/ \/ |__| \/ \/ v0.3.28 ``` Author: MrZ © 2021 github.com/mrz1836/paymail-inspector