From 7555a2a3a7225f7030e399aca71f2f9c4321beb5 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 17 Aug 2022 18:05:41 -0400 Subject: [PATCH] Version bump to v0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a291131..e7d6821 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.0" +version = "0.3.1" edition = "2021" readme = "README.md" license = "BSD 2-Clause"