diff options
author | Case Duckworth | 2021-03-02 12:56:45 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-02 12:56:45 -0600 |
commit | 4cf171a098527b31b82ef83289e8096834c141e6 (patch) | |
tree | fe86e834bfa34d2aa6446c341f91cabaef7fc4dd | |
parent | Update man pages (diff) | |
download | bollux-4cf171a098527b31b82ef83289e8096834c141e6.tar.gz bollux-4cf171a098527b31b82ef83289e8096834c141e6.zip |
Bump version
-rw-r--r-- | bollux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bollux b/bollux index 9e8d6ce..26dc316 100644 --- a/bollux +++ b/bollux | |||
@@ -5,8 +5,8 @@ | |||
5 | # Version: 0.4.0 | 5 | # Version: 0.4.0 |
6 | 6 | ||
7 | # Program information | 7 | # Program information |
8 | PRGN="${0##*/}" | 8 | PRGN="${0##*/}" # Easiest way to get the script name |
9 | VRSN=0.4.0 | 9 | VRSN=0.4.1 # I /try/ to follow semver? IDK. |
10 | 10 | ||
11 | bollux_usage() { | 11 | bollux_usage() { |
12 | cat <<END | 12 | cat <<END |