Add a way to choose message fetch sort.

This commit is contained in:
Paul
2021-05-03 16:35:59 +01:00
parent 2173b1e9f8
commit a319e72655
3 changed files with 10 additions and 6 deletions

View File

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