diff --git a/Cargo.lock b/Cargo.lock index c1f4076..1e53f7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2268,7 +2268,7 @@ dependencies = [ [[package]] name = "kaspa-resolver" -version = "0.8.0" +version = "0.9.0" dependencies = [ "ahash", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index b3fd47b..438b44f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kaspa-resolver" description = "Kaspa RPC endpoint resolver" -version = "0.8.0" +version = "0.9.0" edition = "2021" # authors.workspace = true # include.workspace = true diff --git a/data/resolver.3.bin b/data/resolver.3.bin new file mode 100644 index 0000000..c90d00d Binary files /dev/null and b/data/resolver.3.bin differ diff --git a/src/config.rs b/src/config.rs index 46b46f3..64eed83 100644 --- a/src/config.rs +++ b/src/config.rs @@ -3,7 +3,7 @@ use std::sync::LazyLock; use crate::imports::*; use chrono::prelude::*; -const VERSION: u64 = 2; +const VERSION: u64 = 3; #[derive(Clone, Debug, Serialize, Deserialize)] pub struct Config {