mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
export version=0.5.1-alpha.0
|
|
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
|