chore: bump version to 0.5.3-alpha.9

This commit is contained in:
Paul
2021-11-20 13:20:21 +00:00
parent 7981748b7b
commit 1303dbc844
2 changed files with 2 additions and 2 deletions

View File

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

View File

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