Skip to content

Commit

Permalink
Merge pull request #121 from DrDaveD/fix-gitversion
Browse files Browse the repository at this point in the history
Fix github download version
  • Loading branch information
DrDaveD authored Jul 19, 2023
2 parents e0d7ca0 + 827b91e commit 91e45e2
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 @@ -17,7 +17,7 @@ def variableReplace(app, docname, source):
# This should be the same as the above except with any hyphen before
# a release candidate replaced with dot, and an additional hyphen and
# release number added
"{GitHubDownloadVersion}" : "1.2.0",
"{GitHubDownloadVersion}" : "1.2.0-1",
"{userdocs}" : "https://apptainer.org/docs/user/main",
"{adminversion}": "main",
"{userversion}": "main",
Expand Down

0 comments on commit 91e45e2

Please sign in to comment.