Update CORS options.

Disallow bots to be added as friends.
This commit is contained in:
Paul
2021-08-15 23:11:33 +01:00
parent f04137d50f
commit bffac8c4c0
4 changed files with 20 additions and 2 deletions

View File

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