v2.3.1.8 (2025.11.08)

Merge pull request [#30](https://github.com/RetroGameSets/RGSX/issues/30) from SeeThruHead/main

Refactor Docker setup with proper volume separation and backwards compatibility

Implemented environment variable-based configuration to support both Docker
and traditional Batocera/RetroBat installations with a single codebase.
This commit is contained in:
skymike03
2025-11-08 23:01:19 +01:00
parent 2033eb2f76
commit f9d95b9a2d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ except Exception:
pygame = None # type: ignore
# Version actuelle de l'application
app_version = "2.3.1.7"
app_version = "2.3.1.8"
def get_application_root():

View File

@@ -1,3 +1,3 @@
{
"version": "2.3.1.7"
"version": "2.3.1.8"
}