diff --git a/docs/conf.py b/docs/conf.py index 556f00f9..ac2db9a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,9 +7,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "DCS Retribution" -copyright = "2024, DCS Retribution Team" +copyright = "2025, DCS Retribution Team" author = "DCS Retribution Team" -release = "1.4.0" +release = "1.4.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/game/version.py b/game/version.py index ee43eed0..d394f9ef 100644 --- a/game/version.py +++ b/game/version.py @@ -3,7 +3,7 @@ from pathlib import Path MAJOR_VERSION = 1 MINOR_VERSION = 4 -MICRO_VERSION = 0 +MICRO_VERSION = 1 def _optional_build_id_component(path: Path) -> str | None: