Files
stoatchat/set_version.sh
Paul e655f53641 Fix embeds not re-generating properly on edit.
Include own memberships in Ready payload.
2021-07-31 12:09:03 +01:00

4 lines
108 B
Bash
Executable File

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