#!/bin/sh

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