Fix embeds not re-generating properly on edit.

Include own memberships in Ready payload.
This commit is contained in:
Paul
2021-07-31 12:09:03 +01:00
parent 74b4c6bf2a
commit e655f53641
6 changed files with 35 additions and 4 deletions

View File

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