From e4cc95d2e2b48fe6cc7931597161f4b3ad8a3d49 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Mon, 31 Oct 2022 14:35:24 +0100 Subject: [PATCH] chore: Bump v1.1.0b8 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4add679c5..bf632d498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "gallia" -version = "1.1.0b7" +version = "1.1.0b8" description = "Extendable Pentesting Framework" license = "Apache-2.0" readme = "README.md"