Patch password length limit on change username.

This commit is contained in:
Paul
2021-08-09 14:53:26 +01:00
parent e7065cbf1d
commit e70f848f21
3 changed files with 3 additions and 3 deletions

View File

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