From 669793dd677411ec41bcfb8206574052be4899f0 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 19 Mar 2026 09:09:46 -0400 Subject: [PATCH] just want to increment --- VERSION | 2 +- nostr_core/nostr_core.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 5f749c13..75274d83 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.11 +0.4.12 diff --git a/nostr_core/nostr_core.h b/nostr_core/nostr_core.h index 2d55c907..56a1b13c 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.4.11" +#define VERSION "v0.4.12" #define VERSION_MAJOR 0 #define VERSION_MINOR 4 -#define VERSION_PATCH 11 +#define VERSION_PATCH 12 /* * NOSTR Core Library - Complete API Reference