Patch max password length on rauth.

This commit is contained in:
Paul
2021-07-06 12:21:40 +01:00
parent 96c9190fa8
commit edd8ef8a1d
4 changed files with 5 additions and 5 deletions

View File

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