diff --git a/apptainer_source b/apptainer_source index 35d693d..4382a1b 160000 --- a/apptainer_source +++ b/apptainer_source @@ -1 +1 @@ -Subproject commit 35d693d63ac960a558ef686753dacdf4767c10fa +Subproject commit 4382a1b71c8e0a22360b8098060ac4699ecdd084 diff --git a/replacements.py b/replacements.py index 34fa8ca..e04ef5e 100644 --- a/replacements.py +++ b/replacements.py @@ -12,7 +12,7 @@ def variableReplace(app, docname, source): # Add the needed variables to be replaced either on code or on text on the next # dictionary structure. variable_replacements = { - "{InstallationVersion}" : "1.3.4", + "{InstallationVersion}" : "1.3.5", "{admindocs}" : "https://apptainer.org/docs/admin/1.3", "{version}": "1.3", "{adminversion}": "1.3",