diff options
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-x | functions/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh index c5428610d..174187cbc 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,6 +9,6 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="1.0.2-1" +VERSION="1.0.2-2" PATH="${PWD}/scripts:${PATH}" |