From eaed7fd0b3dc0bfc47ec65ddf0e8ac8adb4a0d60 Mon Sep 17 00:00:00 2001 From: Adam McKellar Date: Mon, 27 Jan 2025 21:32:12 +0100 Subject: [PATCH] chore: version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d424d5c..07080cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "license-fetcher" description = "Fetch licenses of dependencies at build time and embed them into your program." authors = ["Adam McKellar "] -version = "0.6.2" +version = "0.6.3" edition = "2021" readme = "README.md" repository = "https://github.com/WyvernIXTL/license-fetcher"