v0.2.5 - Fixed versioning
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user