#!/bin/sh

set-cargo-version ./Cargo.toml $2
# Update Cargo.lock
cargo check
git add Cargo.toml Cargo.lock
git commit -sm "Bump version to $2"
