aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/111.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/111.sh b/tests/111.sh
index 9f500fd..5b21831 100644
--- a/tests/111.sh
+++ b/tests/111.sh
@@ -1,4 +1,4 @@
-expected="ducc v0.1.0"
+expected="ducc v0.2.0"
if [[ "$("$ducc" --version)" != "$expected" ]]; then
echo "invalid output" >&2