chore: bump version

This commit is contained in:
Paul Makles
2022-05-17 20:31:23 +01:00
parent 20e93b9838
commit d13573eb45
4 changed files with 4 additions and 4 deletions

View File

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