We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887930b commit 755598fCopy full SHA for 755598f
release.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+VERSION="$1"
4
5
+sed -i '/\[package\]/,/^version = "[^"]*"$/ s/^version = "[^"]*"$/version = "'"$VERSION"'"/' Cargo.toml
0 commit comments