Skip to content

Commit

Permalink
update to 1.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Dec 4, 2024
1 parent a26acb5 commit 75a10e1
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.5",
"{InstallationVersion}" : "1.3.6",
"{admindocs}" : "https://apptainer.org/docs/admin/1.3",
"{version}": "1.3",
"{adminversion}": "1.3",
Expand Down

0 comments on commit 75a10e1

Please sign in to comment.