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