From 360ef2f9590e006b6ac294f394bfd0ae59742ed2 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 7 Aug 2022 10:19:02 -0400 Subject: [PATCH] Version bump to v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2dacace..a291131 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.4" +version = "0.3.0" edition = "2021" readme = "README.md" license = "BSD 2-Clause"