From fe3fb2cdf6a9a25714728b4c3758e44df7ca8c10 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 5 Jun 2020 00:32:45 -0400 Subject: (cargo-release) start next development iteration 0.4.1-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0388a8..2207246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "things-to-check" -version = "0.4.0" +version = "0.4.1-alpha.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4af9268..70ab851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "things-to-check" -version = "0.4.0" +version = "0.4.1-alpha.0" publish = false authors = ["Owen Jacobson "] edition = "2018" -- cgit v1.2.3