Add cache control header for default avatars.

This commit is contained in:
Paul
2021-07-31 14:48:08 +01:00
parent e655f53641
commit 33262cc703
3 changed files with 21 additions and 8 deletions

View File

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