From 47b09061eaf433f486c2b0fe383f1d074ed15b1b Mon Sep 17 00:00:00 2001 From: Versio Date: Tue, 29 Nov 2022 18:30:58 +0000 Subject: [PATCH] build(deploy): Versio update versions --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99a05b2..9e9b8f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.10.22" +version = "0.10.23" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index e224f19..30910b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.10.22" +version = "0.10.23" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"