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

4 lines
101 B
Bash
Executable File

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