From 179b160cf356dbf3f8f86d8407f10dbf9aa7418c Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Sat, 25 Jul 2026 10:17:30 -0400 Subject: [PATCH] v2.1.17 - Verified api-worker LISTEN/NOTIFY monitoring on v2.1.16 relay (port 7777): subscriber-cadence, NOTIFY-reactive, and zero-overhead idle tests all pass --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index 6597ac7..d10165a 100644 --- a/src/main.h +++ b/src/main.h @@ -13,8 +13,8 @@ // Using CRELAY_ prefix to avoid conflicts with nostr_core_lib VERSION macros #define CRELAY_VERSION_MAJOR 2 #define CRELAY_VERSION_MINOR 1 -#define CRELAY_VERSION_PATCH 16 -#define CRELAY_VERSION "v2.1.16" +#define CRELAY_VERSION_PATCH 17 +#define CRELAY_VERSION "v2.1.17" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay-PG"