diff --git a/src/main.c b/src/main.c index a96d924..d0f5df2 100644 --- a/src/main.c +++ b/src/main.c @@ -494,8 +494,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 35 -#define NSIGNER_VERSION "v0.0.35" +#define NSIGNER_VERSION_PATCH 36 +#define NSIGNER_VERSION "v0.0.36" /* NSIGNER_HEADERLESS_DECLS_END */