Fix: Delete channel query failing due to empty unset.

This commit is contained in:
Paul
2021-06-16 14:15:53 +01:00
parent f33611aee6
commit c4b39c56d4
4 changed files with 14 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
export version=0.5.0-alpha.1
export version=0.5.0-alpha.2
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs