Files
stoatchat/set_version.sh
2022-04-14 17:09:16 +01:00

4 lines
99 B
Bash
Executable File

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