diff --git a/c-relay-4.0.0.tar.gz b/c-relay-4.0.0.tar.gz index 2185a2e..145112f 100644 Binary files a/c-relay-4.0.0.tar.gz and b/c-relay-4.0.0.tar.gz differ diff --git a/src/main.h b/src/main.h index fb1537b..e5f5884 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 4 +#define VERSION_MAJOR 5 #define VERSION_MINOR 0 #define VERSION_PATCH 0 -#define VERSION "v4.0.0" +#define VERSION "v5.0.0" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay"