Skip to content

Commit ba482c5

Browse files
committed
update to 1.4.4
Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
1 parent 00f63f3 commit ba482c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replacements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def variableReplace(app, docname, source):
1212
# Add the needed variables to be replaced either on code or on text on the next
1313
# dictionary structure.
1414
variable_replacements = {
15-
"{InstallationVersion}" : "1.4.3",
15+
"{InstallationVersion}" : "1.4.4",
1616
"{admindocs}" : "https://apptainer.org/docs/admin/main",
1717
"{version}": "main",
1818
"{adminversion}": "main",

0 commit comments

Comments
 (0)