Skip to content

Commit 9d71f54

Browse files
authored
Merge pull request #377 from DrDaveD/pick376
Update to 1.4.4 (1.4)
2 parents 90fcb0c + 8a4cbc7 commit 9d71f54

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

0 commit comments

Comments
 (0)