diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-17 18:51:36 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-06-17 18:51:36 -0400 |
| commit | fcee86871b41ebaba772539181611da16de49147 (patch) | |
| tree | 83296a4de526d4612fd49856079390c32ad08f70 /Cargo.toml | |
| parent | f616cde39e94661d0161c043a1e3b0665dec896d (diff) | |
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.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <owen@grimoire.ca>"] |
