Fixes #2: Include own beta badge in payload object

This commit is contained in:
Paul
2021-08-06 17:34:48 +01:00
parent f09fde616a
commit 8890e3bab0
4 changed files with 16 additions and 9 deletions

View File

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