chore: bump to 0.5.3-alpha.10

This commit is contained in:
Paul
2021-11-23 08:57:34 +00:00
parent 788580a64f
commit 4474061103
2 changed files with 2 additions and 2 deletions

View File

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

View File

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