update version

This commit is contained in:
2025-11-03 08:53:58 -04:00
parent b6d9c5b6ba
commit ed38ffb87f
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ use std::time::Instant;
const LOCKTIME_THRESHOLD:i64 = 5000000;
const VERSION:&str = "0.0.1";
const VERSION:&str = "0.0.2";
#[derive(Debug, Clone,Serialize, Deserialize)]
struct MyConfig {
zmq_listener: String,