chore: loosen username restrictions

This commit is contained in:
Paul Makles
2022-05-09 23:03:08 +01:00
parent c59c4146c4
commit d7527d9131
5 changed files with 7 additions and 4 deletions

View File

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