Skip to content

Commit 446f24c

Browse files
authored
Merge pull request #381 from DrDaveD/pick380
Update to 1.4.5 (1.4)
2 parents c92fdcf + 52e5fa5 commit 446f24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4",
15+
"{InstallationVersion}" : "1.4.5",
1616
"{admindocs}" : "https://apptainer.org/docs/admin/1.4",
1717
"{version}": "1.4",
1818
"{adminversion}": "1.4",

0 commit comments

Comments
 (0)