From 8ca459593c0436c1b83fcfe7a35e895872ee2f60 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 1 Nov 2025 07:03:39 -0400 Subject: [PATCH] Reset version back to v0.8.6 --- src/main.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.h b/src/main.h index cd1ca8d..8fc375d 100644 --- a/src/main.h +++ b/src/main.h @@ -10,10 +10,10 @@ #define MAIN_H // Version information (auto-updated by build system) -#define VERSION_MAJOR 7 -#define VERSION_MINOR 0 -#define VERSION_PATCH 0 -#define VERSION "v7.0.0" +#define VERSION_MAJOR 0 +#define VERSION_MINOR 8 +#define VERSION_PATCH 6 +#define VERSION "v0.8.6" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay"