Files
stoatchat/set_version.sh
2022-05-16 19:14:14 +01:00

4 lines
101 B
Bash
Executable File

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