From f49aae8ab0fc11c75f8962f0dcc51d9a0607fd8c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 27 Oct 2025 13:19:58 -0400 Subject: [PATCH] v0.7.44 - Release v0.8.0 with NIP-59 timestamp randomization and status command fixes --- src/main.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main.h b/src/main.h index c236e5a..dcb8fa4 100644 --- a/src/main.h +++ b/src/main.h @@ -10,10 +10,9 @@ #define MAIN_H // Version information (auto-updated by build system) -#define VERSION "v0.7.44" #define VERSION_MAJOR 0 -#define VERSION_MINOR 7 -#define VERSION_PATCH 44 +#define VERSION_MINOR 8 +#define VERSION_PATCH 0 // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay"