From 4dcb82d3a0e49040e39f474b4ad02e3b63106a71 Mon Sep 17 00:00:00 2001 From: brevalferrari Date: Fri, 20 Jun 2025 11:02:47 +0200 Subject: [PATCH] increase version --- bong/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bong/Cargo.toml b/bong/Cargo.toml index 0513948..852b411 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bong" -version = "0.1.0" +version = "0.2.0" edition.workspace = true license.workspace = true description.workspace = true