From 4ba160a23a57de9ca46e48a7e4bce1dad8ab8b3f Mon Sep 17 00:00:00 2001 From: Martin Lablans <6804500+lablans@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:25:34 +0200 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c62ea0d..361e0d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beamctl" -version = "0.2.1" +version = "0.3.0" edition = "2021" repository = "https://github.com/samply/beamctl" documentation = "https://github.com/samply/beamctl"