From ca23fd7f480ec209be1e23fe8397428a1e3c052e Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 8 Apr 2020 18:08:41 +0530 Subject: Bump grus version to v0.3.0 --- README.org | 6 ++++++ grus.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 8574be5..1038dbc 100644 --- a/README.org +++ b/README.org @@ -44,6 +44,12 @@ These files will be checked by default (in order). - =/usr/share/dict/special/math= ** Examples #+BEGIN_SRC sh +# print grus version +grus version + +# print grus env +grus env + # unjumble word grus word diff --git a/grus.go b/grus.go index 24714c4..15f3e0e 100644 --- a/grus.go +++ b/grus.go @@ -14,7 +14,7 @@ func grus() { os.Exit(1) } - version := "v0.2.1" + version := "v0.3.0" // Print version if first argument is version. if os.Args[1] == "version" { -- cgit 1.4.1-2-gfad0