summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh
index 1b6781c..b99b1a3 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -10,6 +10,6 @@
set -e
PROGRAM="$(basename ${0})"
-VERSION="1.0.0"
+VERSION="1.0.1"
PATH="${PWD}/scripts:${PATH}"