From d2f0f95de0e7012f573a71fff159749ec0e153be Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Thu, 9 Jan 2025 14:08:14 +0000 Subject: [PATCH] Bounce version --- README.md | 2 +- common_functions.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daf75a0..30151f7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ After installing `tesseract`, simply invoke the below to install `super-zaje`: ```sh # install super-zaje -$ go install github.com/jessp01/zaje/cmd/super-zaje@latest +$ go install github.com/jessp01/zaje/cmd/super-zaje@v0.21.1-19 ``` You can then use it thusly: diff --git a/common_functions.go b/common_functions.go index 3b00f68..eb23dab 100644 --- a/common_functions.go +++ b/common_functions.go @@ -69,7 +69,7 @@ COPYRIGHT: {{end}} ` app.Usage = "Syntax highlighter to cover all your shell needs" - app.Version = "0.21.16" + app.Version = "0.21.19" app.EnableBashCompletion = true cli.VersionFlag = cli.BoolFlag{ Name: "print-version, V",