diff --git a/Cargo.lock b/Cargo.lock index 5e9c3eb..79669ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,7 +541,7 @@ dependencies = [ [[package]] name = "ipblc" -version = "1.1.0" +version = "1.2.0" dependencies = [ "chrono", "clap", diff --git a/src/config.rs b/src/config.rs index 3f58aff..cf6fccd 100644 --- a/src/config.rs +++ b/src/config.rs @@ -14,7 +14,7 @@ use std::collections::HashMap; use std::hash::{Hash, Hasher}; use std::path::Path; -pub const GIT_VERSION: &str = git_version!(); +pub const GIT_VERSION: &str = git_version!(args = ["--always", "--dirty="]); const MASTERSERVER: &str = "ipbl.paulbsd.com"; const WSSUBSCRIPTION: &str = "ipbl"; const CONFIG_RETRY: u64 = 1;