about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-02 12:56:45 -0600
committerCase Duckworth2021-03-02 12:56:45 -0600
commit4cf171a098527b31b82ef83289e8096834c141e6 (patch)
treefe86e834bfa34d2aa6446c341f91cabaef7fc4dd
parentUpdate man pages (diff)
downloadbollux-4cf171a098527b31b82ef83289e8096834c141e6.tar.gz
bollux-4cf171a098527b31b82ef83289e8096834c141e6.zip
Bump version
-rw-r--r--bollux4
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
8PRGN="${0##*/}" 8PRGN="${0##*/}" # Easiest way to get the script name
9VRSN=0.4.0 9VRSN=0.4.1 # I /try/ to follow semver? IDK.
10 10
11bollux_usage() { 11bollux_usage() {
12 cat <<END 12 cat <<END