Merge Jan's changes and bump version.

This commit is contained in:
Paul
2021-07-25 21:53:35 +01:00
parent 37bb0f397f
commit deb2344428
2 changed files with 2 additions and 2 deletions

View File

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

View File

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