From c79bd4b19f113b635005ac18e9cca4c38e77a111 Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 17 Dec 2021 12:37:43 -0500 Subject: [PATCH] Bump version number for peach-config --- Cargo.lock | 2 +- peach-config/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c51b87..05451cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2448,7 +2448,7 @@ dependencies = [ [[package]] name = "peach-config" -version = "0.1.10" +version = "0.1.12" dependencies = [ "clap", "env_logger 0.6.2", diff --git a/peach-config/Cargo.toml b/peach-config/Cargo.toml index d36b1f4..af75fad 100644 --- a/peach-config/Cargo.toml +++ b/peach-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-config" -version = "0.1.10" +version = "0.1.12" authors = ["Andrew Reid ", "Max Fowler "] edition = "2018" description = "Command line tool for installing, updating and configuring PeachCloud"