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