v0.7.31 - Fixed production crash by replacing in-memory subscription iteration with database queries in monitoring system

This commit is contained in:
Your Name
2025-10-18 18:09:13 -04:00
parent 838ce5b45a
commit 53f7608872
7 changed files with 165 additions and 98 deletions

View File

@@ -10,10 +10,10 @@
#define MAIN_H
// Version information (auto-updated by build system)
#define VERSION "v0.7.30"
#define VERSION "v0.7.31"
#define VERSION_MAJOR 0
#define VERSION_MINOR 7
#define VERSION_PATCH 30
#define VERSION_PATCH 31
// Relay metadata (authoritative source for NIP-11 information)
#define RELAY_NAME "C-Relay"