Skip to content

Commit

Permalink
Merge pull request #121 from DrDaveD/update-apptainer-source
Browse files Browse the repository at this point in the history
Update apptainer_source to v1.1.0
  • Loading branch information
DrDaveD authored Sep 27, 2022
2 parents d908cb5 + 93def29 commit 2fda4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0-rc.3",
"{InstallationVersion}" : "1.1.0",
"{admindocs}" : "https://apptainer.org/docs/admin/main",
"{version}": "main",
"{adminversion}": "main",
Expand Down

0 comments on commit 2fda4a8

Please sign in to comment.