Bump grus version to v0.3.0

This commit is contained in:
Andinus 2020-04-08 18:08:41 +05:30
parent 5243a7c955
commit ca23fd7f48
Signed by: andinus
GPG Key ID: B67D55D482A799FD
2 changed files with 7 additions and 1 deletions

View File

@ -44,6 +44,12 @@ These files will be checked by default (in order).
- =/usr/share/dict/special/math= - =/usr/share/dict/special/math=
** Examples ** Examples
#+BEGIN_SRC sh #+BEGIN_SRC sh
# print grus version
grus version
# print grus env
grus env
# unjumble word # unjumble word
grus word grus word

View File

@ -14,7 +14,7 @@ func grus() {
os.Exit(1) os.Exit(1)
} }
version := "v0.2.1" version := "v0.3.0"
// Print version if first argument is version. // Print version if first argument is version.
if os.Args[1] == "version" { if os.Args[1] == "version" {