From aa253b84e59cdbe2fe52ea950b2c90a58742c30b Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 14 Oct 2022 21:38:50 +0300 Subject: [PATCH] Changed version to 0.0.0 as it is not usable yet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab43b9d..1af63fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.1.0" +version = "0.0.0" edition = "2021" authors = ["CosminPerRam [cosmin.p@live.com]", "mmorrisontx [https://github.com/mmorrisontx]"] license-file = "LICENSE.md"