Files
stoatchat/set_version.sh
2022-05-09 23:03:08 +01:00

4 lines
101 B
Bash
Executable File

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