Fix: Allow users with server overlap to access each other.

This commit is contained in:
Paul
2021-07-05 17:49:30 +01:00
parent e452d6a362
commit 96c9190fa8
3 changed files with 27 additions and 3 deletions

View File

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