From fcee86871b41ebaba772539181611da16de49147 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 17 Jun 2020 18:51:36 -0400 Subject: Stop releasing semver versions. That was an experiment that didn't really go anywhere. There are no meaningful "versions" of this software - it runs on a single host, and there are no compatibility promises. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 34da361..d08aaee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "things-to-check" -version = "0.4.2-alpha.0" +version = "0.1.0+evergreen" repository = "https://github.com/ojacobson/things-to-check/" publish = false authors = ["Owen Jacobson "] -- cgit v1.2.3