From a4e0f27ddbf31a06aa7c7547cae2240d070f3499 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 5 Sep 2022 13:06:02 -0400 Subject: [PATCH] Version bump to v0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dead54e..f61370e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hardware-tests" description = "Bit Goblin PC hardware test suite." -version = "0.3.3" +version = "0.4.0" edition = "2021" readme = "README.md" license = "BSD 2-Clause"