From 65d5352c855d328fca6f6f2738968a4b2cdd079f Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 14 Apr 2022 14:51:43 -0400 Subject: [PATCH] Bump version number of 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 d6ffdc5..46be947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2380,7 +2380,7 @@ dependencies = [ [[package]] name = "peach-config" -version = "0.1.18" +version = "0.1.19" dependencies = [ "clap", "env_logger 0.6.2", diff --git a/peach-config/Cargo.toml b/peach-config/Cargo.toml index 5823fec..023bc42 100644 --- a/peach-config/Cargo.toml +++ b/peach-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-config" -version = "0.1.18" +version = "0.1.19" authors = ["Andrew Reid ", "Max Fowler "] edition = "2018" description = "Command line tool for installing, updating and configuring PeachCloud"