From 5744b83288673166e03dccc234446661ff592aff Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 16 Jul 2026 15:38:52 -0400 Subject: [PATCH] v0.0.47 - Fix increment_and_push.sh build output visibility --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index dcf21ec..ccae2a5 100644 --- a/src/main.c +++ b/src/main.c @@ -757,8 +757,8 @@ int socket_name_random(char *out, size_t out_len); /* Version information (auto-updated by build/version tooling) */ #define NSIGNER_VERSION_MAJOR 0 #define NSIGNER_VERSION_MINOR 0 -#define NSIGNER_VERSION_PATCH 46 -#define NSIGNER_VERSION "v0.0.46" +#define NSIGNER_VERSION_PATCH 47 +#define NSIGNER_VERSION "v0.0.47" /* NSIGNER_HEADERLESS_DECLS_END */