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