Bump version to 0.4.1-alpha.11

This commit is contained in:
Paul
2021-05-14 22:54:27 +01:00
parent 10f116b4a3
commit fae0198343
2 changed files with 2 additions and 2 deletions

View File

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

View File

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