diff --git a/pyprland/command.py b/pyprland/command.py index ac8a641..a8f88de 100755 --- a/pyprland/command.py +++ b/pyprland/command.py @@ -365,7 +365,7 @@ async def run_client(): manager = Pyprland() if sys.argv[1] == "version": - print("2.2.3-26") # Automatically updated version + print("2.2.4") # Automatically updated version return if sys.argv[1] == "edit": diff --git a/pyproject.toml b/pyproject.toml index 610a9a0..f78d816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyprland" -version = "2.2.3" +version = "2.2.4" description = "Hyperland plugin system - batteries included" authors = ["fdev31 "] license = "MIT"