diff options
Diffstat (limited to 'functions')
-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 d4130c4ae..c5428610d 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,6 +9,6 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="1.0.1-4" +VERSION="1.0.2-1" PATH="${PWD}/scripts:${PATH}" |