Messages: Allow multiple attachments. (⚠️ breaking change)

This commit is contained in:
Paul
2021-05-25 17:23:47 +01:00
parent fa3bc56ef4
commit 7aad88ad3f
6 changed files with 72 additions and 13 deletions

View File

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