chore: bump rauth revision and version to 0.5.3-alpha.11

This commit is contained in:
Paul
2021-11-28 17:58:24 +00:00
parent 4474061103
commit 0fe63e3955
4 changed files with 4 additions and 4 deletions

View File

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