Add reported flag and bump version.

This commit is contained in:
Paul
2021-09-17 13:45:05 +01:00
parent 8e9991a2de
commit 37d45889ec
3 changed files with 4 additions and 2 deletions

View File

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