Skip to content

Commit 4c17593

Browse files
committed
.
1 parent ceba9a5 commit 4c17593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/update_version_in_cargo_toml.py

+3
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,9 @@ def get_chrome_ext_compat_version() -> str:
775775
print("Unable to compute version from git tags.")
776776
sys.exit(1)
777777

778+
if new_version.startswith("v"):
779+
new_version = new_version[1:]
780+
778781
manifest["package"]["version"] = new_version
779782
with manifest_path.open("w") as f:
780783
toml.dump(manifest, f)

0 commit comments

Comments
 (0)