From bb90c3af4c675b6ef565a2b7b5c7604276741310 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 25 Jan 2024 19:47:39 +0100 Subject: [PATCH] Bump version (trigger pipeline) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f443be5..d43dbcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "teamspeak-query-lib" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] telnet = "0.2" -clap = { version = "4.4", features = ["derive"] } \ No newline at end of file +clap = { version = "4.4", features = ["derive"] }