From 5ae45a89d0184c68d395f1b286bec10b61c9baf8 Mon Sep 17 00:00:00 2001 From: brianp Date: Thu, 12 Sep 2024 09:51:45 +0200 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60c5723..43d0a56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,7 +622,7 @@ dependencies = [ [[package]] name = "clythor" -version = "0.1.2" +version = "0.1.3" dependencies = [ "axum 0.7.5", "clap 3.2.25", diff --git a/Cargo.toml b/Cargo.toml index bd5ccef..044b97b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The Tari RandomX miner" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.1.2" +version = "0.1.3" edition = "2018" [features]