aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-08 00:44:26 +0900
committernsfisis <nsfisis@gmail.com>2026-01-08 00:44:26 +0900
commit6fb22b73b46a8d6c9d1dfc6302760b4c218f0645 (patch)
tree3b1d770116baf3f593c3f418e4512d3ff251b402 /tests
parente631486866eed1a1d68911d79aa7b5415e94815a (diff)
downloadducc-0.3.0.tar.gz
ducc-0.3.0.tar.zst
ducc-0.3.0.zip
feat: bump to v0.3.0v0.3.0
Diffstat (limited to 'tests')
-rw-r--r--tests/compiler_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compiler_version.sh b/tests/compiler_version.sh
index 1e22718..09f98d4 100644
--- a/tests/compiler_version.sh
+++ b/tests/compiler_version.sh
@@ -1,4 +1,4 @@
-expected="ducc v0.2.0"
+expected="ducc v0.3.0"
if [[ "$("$ducc" --version)" != "$expected" ]]; then
echo "invalid output" >&2