#!/bin/bash export version=0.5.1-alpha.8 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs