Fallback to unknown user.

Add GitHub CI.
This commit is contained in:
Paul
2021-09-03 16:26:34 +01:00
parent 835a32932f
commit 862f57235c
5 changed files with 116 additions and 9 deletions

View File

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