Skip to content

Commit

Permalink
Merge pull request #298 from DrDaveD/release134
Browse files Browse the repository at this point in the history
update to 1.3.4
  • Loading branch information
DrDaveD authored Sep 5, 2024
2 parents 3821d93 + 3473c38 commit a799e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
"{InstallationVersion}" : "1.3.4",
"{admindocs}" : "https://apptainer.org/docs/admin/main",
"{version}": "main",
"{adminversion}": "main",
Expand Down

0 comments on commit a799e67

Please sign in to comment.