diff --git a/replacements.py b/replacements.py index e04ef5e..c20b506 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.5", + "{InstallationVersion}" : "1.3.6", "{admindocs}" : "https://apptainer.org/docs/admin/1.3", "{version}": "1.3", "{adminversion}": "1.3",