From 508af9054ddb12c6768a25440e77db177dea751c Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:59:12 -0500 Subject: [PATCH] update to 1.3.1 Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- apptainer_source | 2 +- replacements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apptainer_source b/apptainer_source index dae436e9..de61a605 160000 --- a/apptainer_source +++ b/apptainer_source @@ -1 +1 @@ -Subproject commit dae436e9b93f8458c9296f487bab832fa9d18b4e +Subproject commit de61a605d03c5bad9f275dba0d0573aad894075a diff --git a/replacements.py b/replacements.py index 8334c962..c9aed670 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.0", + "{InstallationVersion}" : "1.3.1", "{admindocs}" : "https://apptainer.org/docs/admin/main", "{version}": "main", "{adminversion}": "main",