Skip to content

Commit f103ef4

Browse files
committed
fix script
1 parent 7403368 commit f103ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ release version="patch":
6767
fi
6868

6969
# Compute new version and update Cargo.toml via helper script
70-
new_ver=$(python3 scripts/bump_version.py "$version")
70+
new_ver=$(python3 scripts/bump_version.py "{{version}}")
7171

7272
echo "Bumped version to ${new_ver}"
7373

0 commit comments

Comments
 (0)