Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jul 26, 2024
1 parent 8baa219 commit 440fbf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added data/resolver.2.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::imports::*;
use chrono::prelude::*;

const VERSION: u64 = 1;
const VERSION: u64 = 2;

#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Config {
Expand Down

0 comments on commit 440fbf8

Please sign in to comment.