From f1728932a935f368148020fa9b520343a475e51d Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 25 Feb 2026 07:08:20 -0400 Subject: [PATCH] v1.2.43 - IP Bans page: fix filter buttons, add whitelist management UI, compact table rows --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index 6bb02d8..2bff07e 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 1 #define CRELAY_VERSION_MINOR 2 -#define CRELAY_VERSION_PATCH 42 -#define CRELAY_VERSION "v1.2.42" +#define CRELAY_VERSION_PATCH 43 +#define CRELAY_VERSION "v1.2.43" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay"