From a4e9c495bf96913b993fc164559dd8c214678359 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 6 Jun 2024 15:08:42 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0145d3f..d83f7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netpong" -version = "0.2.3" +version = "0.2.4" edition = "2021" publish = true authors = ["Christoph J. Scherr "]