Files
stoatchat/set_version.sh
Paul bffac8c4c0 Update CORS options.
Disallow bots to be added as friends.
2021-08-15 23:11:33 +01:00

4 lines
107 B
Bash
Executable File

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