Skip to content

Commit 00f63f3

Browse files
authored
Merge pull request #374 from DrDaveD/update-1.4.3
update for 1.4.3
2 parents 44084ce + f984db0 commit 00f63f3

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

0 commit comments

Comments
 (0)