v0.0.19 - Publish release with prompt options for verb-only vs all-verbs session approval

This commit is contained in:
Laan Tungir
2026-05-05 07:39:40 -04:00
parent 659aeb934a
commit 17a1b3f020

View File

@@ -468,8 +468,8 @@ int socket_name_random(char *out, size_t out_len);
/* Version information (auto-updated by build/version tooling) */ /* Version information (auto-updated by build/version tooling) */
#define NSIGNER_VERSION_MAJOR 0 #define NSIGNER_VERSION_MAJOR 0
#define NSIGNER_VERSION_MINOR 0 #define NSIGNER_VERSION_MINOR 0
#define NSIGNER_VERSION_PATCH 18 #define NSIGNER_VERSION_PATCH 19
#define NSIGNER_VERSION "v0.0.18" #define NSIGNER_VERSION "v0.0.19"
/* NSIGNER_HEADERLESS_DECLS_END */ /* NSIGNER_HEADERLESS_DECLS_END */