Switch to Redis from MongoDB for event broker.

Closes #1.
This commit is contained in:
Paul
2021-09-19 22:13:25 +01:00
parent e5e0031cad
commit 2ef6b28029
9 changed files with 176 additions and 15 deletions

View File

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