chore: bump version to 0.5.3-alpha.6

This commit is contained in:
Paul
2021-10-31 18:28:31 +00:00
parent 193846e289
commit 2a4e290489
2 changed files with 2 additions and 2 deletions

View File

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

View File

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