v0.2.5 - Fixed versioning

This commit is contained in:
Your Name
2025-09-06 05:01:26 -04:00
parent fa17aa1f78
commit 7f69367666
4 changed files with 58 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
#include "config.h"
#include "version.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -734,7 +735,7 @@ cJSON* create_config_nostr_event(const char* privkey_hex) {
{"relay_contact", ""},
{"relay_pubkey", ""},
{"relay_software", "https://git.laantungir.net/laantungir/c-relay.git"},
{"relay_version", "0.2.0"},
{"relay_version", VERSION},
// NIP-13 Proof of Work
{"pow_enabled", "true"},