Add january support.

This commit is contained in:
Paul
2021-05-07 18:00:21 +01:00
parent cf7bb832da
commit 7293abfc53
20 changed files with 280 additions and 208 deletions

View File

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