Servers: Add categories to server model.

This commit is contained in:
Paul
2021-06-27 00:13:35 +01:00
parent f35a1049da
commit a017872c99
4 changed files with 12 additions and 2 deletions

View File

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