From 2ac5cec79c1b5126afb901d3c18d20e0c524076d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Tue, 10 Sep 2024 13:13:17 +0200 Subject: [PATCH] cctl-rs: update version to 0.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 898610a..1117470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "cctl-rs" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" [[bin]] name = "cctld" path = "bin/cctld.rs" -version = "0.1.0" +version = "0.2.0" test = false bench = false