Write database migration for last_message_id. #67

This commit is contained in:
Paul
2021-09-14 15:07:41 +01:00
parent 8aa92564fc
commit 9b6893ca48
4 changed files with 59 additions and 4 deletions

View File

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