From b34a144d2ade28df7076b4f009f601938cdaed0c Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 8 Jan 2021 17:45:21 +0100 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68eb242..6c3b3fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ license = "Apache-2.0/MIT" name = "lychee" repository = "https://github.com/lycheeverse/lychee" -version = "0.4.1" +version = "0.5.0" [dependencies] anyhow = "1.0.37"