From 66d6b66c16f31c6a90e6b34138929296596b4807 Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Mon, 1 Mar 2021 10:55:48 -0500 Subject: [PATCH] version bump for next release (#52) Co-authored-by: Jason Ozias --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d23fcdb..ebedaeb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" name = "vergen" readme = "README.md" repository = "https://github.com/rustyhorde/vergen" -version = "4.1.0" +version = "4.2.0" [features] default = ["build", "cargo", "git", "rustc"]