v0.7.35 - Implement event-driven monitoring system with dual triggers for events and subscriptions

This commit is contained in:
Your Name
2025-10-22 10:48:57 -04:00
parent 9179d57cc9
commit 182e12817d
5 changed files with 64 additions and 12 deletions

View File

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