From e0faac3db3483d8e0602eee8b52f4019c22541ef Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Thu, 20 Oct 2022 19:22:31 +0100 Subject: [PATCH] Release v0.0.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ad2ed1..9fc7e5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dirty-debug" description = "Quick and dirty debugging" -version = "0.0.0-pre" +version = "0.0.0" authors = ["Diogo Sousa "] edition = "2021"