diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-08 18:48:27 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-03-08 18:48:27 +0100 |
commit | bf4e15bff2d8a455ea25b2fe1df03a534d67ea47 (patch) | |
tree | 497553e28585ed392a38e29f40bbbc30a621ebf9 | |
parent | ab336ba97eebf99cd8efa19411c32fa4dea5181e (diff) | |
download | vyos-live-build-bf4e15bff2d8a455ea25b2fe1df03a534d67ea47.tar.gz vyos-live-build-bf4e15bff2d8a455ea25b2fe1df03a534d67ea47.zip |
Bumping live-helper version.
-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 18f94f391..62d74b317 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a38" +VERSION="1.0~a40" |