From beffae7cd423259842d35b447899453bb1e2bdaf Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sat, 6 Aug 2022 17:31:27 -0400 Subject: [PATCH] Version bump to v0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d596a9..e55b521 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hardware-tests" description = "Bit Goblin PC hardware test suite." -version = "0.2.3" +version = "0.2.4" edition = "2021" readme = "README.md" license = "BSD 2-Clause"