Files
stoatchat/set_version.sh
Paul e5e0031cad Fix rate limiter for bots.
Use local-request state to cache User object.
2021-09-18 20:06:00 +01:00

4 lines
115 B
Bash
Executable File

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