From 6354681ac17f9826d50904d1c93348c9a8f19ac3 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 16 Apr 2024 07:36:00 +0100 Subject: [PATCH] chore: Version set to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f942101..4d825fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kxio" -version = "0.1.2" +version = "1.0.0" edition = "2021" authors = ["Paul Campbell "] description = "Provides injectable Filesystem and Network resources to make code more testable"