Messaging: Add mentions to unread object.

This commit is contained in:
Paul
2021-06-17 14:42:48 +01:00
parent 4727f997ed
commit b10d4f3559
3 changed files with 109 additions and 68 deletions

View File

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