Add before, after and sort support to search.

This commit is contained in:
Paul
2021-07-21 18:26:35 +01:00
parent 27a9fc3e21
commit 1a8006b3e4
4 changed files with 59 additions and 18 deletions

View File

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