diff --git a/exampleSite/content/introduction/upgrade/_index.en.md b/exampleSite/content/introduction/upgrade/_index.en.md index d002f66a37..44a461a3b7 100644 --- a/exampleSite/content/introduction/upgrade/_index.en.md +++ b/exampleSite/content/introduction/upgrade/_index.en.md @@ -62,7 +62,7 @@ Upgrade the Relearn theme using [Git](https://git-scm.com/) to a certain version Eg. to upgrade to version 7.2.1 ````shell -git submodule upgrade --remote --depth 1 --force themes/hugo-theme-relearn -git -C themes/hugo-theme-relearn fetch --tags +git submodule update --depth 1 --force themes/hugo-theme-relearn +git -C themes/hugo-theme-relearn fetch --tags --force git -C themes/hugo-theme-relearn checkout 7.2.1 ```` diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 8b23b8d47c..934d66f6c9 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.0 \ No newline at end of file +7.3.0+dd0597ffa4b211ee2abd7edc2f198cb080f93e1a \ No newline at end of file