Fix version numbers

This commit is contained in:
notplants 2022-01-13 12:22:38 -05:00
parent 2ccd7e65d3
commit c6f68de516
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2459,7 +2459,7 @@ dependencies = [
[[package]]
name = "peach-config"
version = "0.1.16"
version = "0.1.17"
dependencies = [
"clap",
"env_logger 0.6.2",

View File

@ -1,6 +1,6 @@
[package]
name = "peach-config"
version = "0.1.16"
version = "0.1.17"
authors = ["Andrew Reid <gnomad@cryptolab.net>", "Max Fowler <max@mfowler.info>"]
edition = "2018"
description = "Command line tool for installing, updating and configuring PeachCloud"