Files
stoatchat/set_version.sh
2022-05-17 20:31:23 +01:00

4 lines
101 B
Bash
Executable File

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