Users: Serve early adopter badge from server.

This commit is contained in:
Paul
2021-05-25 13:37:12 +01:00
parent f1462d4e4d
commit 67b9b8ceee
5 changed files with 31 additions and 12 deletions

View File

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