diff --git a/c-relay-2.0.0.tar.gz b/c-relay-2.0.0.tar.gz new file mode 100644 index 0000000..6a3f652 Binary files /dev/null and b/c-relay-2.0.0.tar.gz differ diff --git a/src/main.h b/src/main.h index 8486bfa..22d8e36 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 2 +#define VERSION_MAJOR 3 #define VERSION_MINOR 0 #define VERSION_PATCH 0 -#define VERSION "v2.0.0" +#define VERSION "v3.0.0" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay"