From 8fbc95212469a020d428cfc5d2c552bcaafb609d Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Mon, 15 Feb 2021 08:28:11 -0500 Subject: [PATCH] version bump for next release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0df2f8ff..97e2998f 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.0.1" +version = "4.0.2" [features] default = ["build", "git", "rustc"]