From 46311a3ede83b2057c4b72e9fc64c9f920492f43 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 28 Jan 2025 18:42:43 -0800 Subject: [PATCH] Fix version number --- boot_diags/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot_diags/Cargo.toml b/boot_diags/Cargo.toml index 11a2402..3781fa0 100644 --- a/boot_diags/Cargo.toml +++ b/boot_diags/Cargo.toml @@ -18,7 +18,7 @@ name = "boot-diags" authors = ["2Shirt <2xShirt@gmail.com>"] edition = "2021" license = "GPL" -version = "0.2.0" +version = "0.1.0" [dependencies] core = { path = "../core" }