From 9240f44ea311d99228655127cdfef317bdad6988 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Tue, 28 Jul 2026 06:31:59 -0400 Subject: [PATCH] Release v0.6.10: n_signer qrexec transport, nostr_index selector, prefixed wire verbs, NIP-03 OTS upgrade --- VERSION | 2 +- nostr_core/nostr_core.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 1a5ac0d4..04e84f89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.9 +0.6.10 diff --git a/nostr_core/nostr_core.h b/nostr_core/nostr_core.h index d486fcdd..3bcc9a21 100644 --- a/nostr_core/nostr_core.h +++ b/nostr_core/nostr_core.h @@ -2,10 +2,10 @@ #define NOSTR_CORE_H // Version information (auto-updated by increment_and_push.sh) -#define VERSION "v0.6.9" +#define VERSION "v0.6.10" #define VERSION_MAJOR 0 #define VERSION_MINOR 6 -#define VERSION_PATCH 9 +#define VERSION_PATCH 10 /* * NOSTR Core Library - Complete API Reference