diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2024-10-28 18:18:23 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2024-10-28 18:18:58 +0100 |
commit | 10ff62befb3f6fd6917e7c2888956c86815bc677 (patch) | |
tree | 0812bd6f5819c914abb300e17c73ec236d285496 /bin | |
parent | Replace dig by getent (diff) | |
download | porticron-master.tar.gz porticron-master.tar.bz2 porticron-master.zip |
Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/porticron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/porticron b/bin/porticron index 19ccbb1..aeee091 100755 --- a/bin/porticron +++ b/bin/porticron @@ -1,7 +1,7 @@ #!/bin/bash # vim: set fileencoding=utf-8 ts=4 sw=4 noexpandtab -PORTICRON_VERSION="0.7.1" +PORTICRON_VERSION="0.7.2" version() { echo "porticron ${PORTICRON_VERSION}" |