From bc5d79ba1d8d30b85b72973b4623fe8010375346 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:23:44 -0800 Subject: [PATCH] remove alpha tag in prep for a real release of contentctl 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72a45bcd..3c478963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentctl" -version = "5.0.0-alpha.3" +version = "5.0.0" description = "Splunk Content Control Tool" authors = ["STRT "]