From 1ddc4a5ff111c6edcf15f3c5bb5b930b1ce1cebe Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:58:44 +0900 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a5e8dc..8e1cddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "DayZ server browser and mod manager for Linux" authors = [ {name = "aclist"} ] -version = "7.0.0b10" +version = "7.0.0b11" license = "GPL-3.0-or-later" license-files = ["LICENSE"] readme = "README.md"