v0.0.22 - Fix integration warning regressions and stabilize client-backed test flow

This commit is contained in:
Laan Tungir
2026-05-05 12:07:51 -04:00
parent cc5638b6e7
commit 5bb59c1422

View File

@@ -468,8 +468,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 21
#define NSIGNER_VERSION "v0.0.21"
#define NSIGNER_VERSION_PATCH 22
#define NSIGNER_VERSION "v0.0.22"
/* NSIGNER_HEADERLESS_DECLS_END */