From 9bf02702c243b78ec4801160f83a9cd007a1dc5d Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Wed, 1 Apr 2026 04:51:44 -0400 Subject: [PATCH] v1.2.56 - Update codebase and documentation --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index defc315..308e9f5 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 55 -#define CRELAY_VERSION "v1.2.55" +#define CRELAY_VERSION_PATCH 56 +#define CRELAY_VERSION "v1.2.56" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay"