diff --git a/c-relay-7.0.0.tar.gz b/c-relay-7.0.0.tar.gz index b659cfb..c87bb6e 100644 Binary files a/c-relay-7.0.0.tar.gz and b/c-relay-7.0.0.tar.gz differ diff --git a/src/main.h b/src/main.h index 8fc375d..49b304e 100644 --- a/src/main.h +++ b/src/main.h @@ -10,10 +10,10 @@ #define MAIN_H // Version information (auto-updated by build system) -#define VERSION_MAJOR 0 -#define VERSION_MINOR 8 -#define VERSION_PATCH 6 -#define VERSION "v0.8.6" +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 +#define VERSION_PATCH 0 +#define VERSION "v1.0.0" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay"