chore: bump version to 0.5.3-alpha.7

This commit is contained in:
Paul
2021-11-02 13:41:52 +00:00
parent 8eb6f5a8af
commit 84ba038350
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1 +1 @@
pub const VERSION: &str = "0.5.3-alpha.6";
pub const VERSION: &str = "0.5.3-alpha.7";