diff --git a/Cargo.lock b/Cargo.lock index cea298c..3c51f25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,7 +763,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "karlsen-miner" -version = "0.0.3-GPU-0.1" +version = "0.0.4-GPU-0.1" dependencies = [ "async-trait", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index ba9cbfb..8637226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "karlsen-miner" -version = "0.0.3-GPU-0.1" +version = "0.0.4-GPU-0.1" edition = "2021" license = "MIT/Apache-2.0" repository = "https://github.com/karlsen-network/karlsen-miner"