Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Sep 14, 2024
1 parent 88d648f commit 8615f66
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file added data/resolver.3.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8615f66

Please sign in to comment.