From c6f68de5167e2600a3ddf8a3fcd9b57581991114 Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 13 Jan 2022 12:22:38 -0500 Subject: [PATCH] Fix version numbers --- Cargo.lock | 2 +- peach-config/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4005295..af68aa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2459,7 +2459,7 @@ dependencies = [ [[package]] name = "peach-config" -version = "0.1.16" +version = "0.1.17" dependencies = [ "clap", "env_logger 0.6.2", diff --git a/peach-config/Cargo.toml b/peach-config/Cargo.toml index 32839c2..5347c57 100644 --- a/peach-config/Cargo.toml +++ b/peach-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-config" -version = "0.1.16" +version = "0.1.17" authors = ["Andrew Reid ", "Max Fowler "] edition = "2018" description = "Command line tool for installing, updating and configuring PeachCloud"