diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml
index 3f25edc96a..64b44adbfb 100644
--- a/.github/actions/release_milestone/action.yaml
+++ b/.github/actions/release_milestone/action.yaml
@@ -113,7 +113,7 @@ runs:
     - name: Update releasenotes front matter
       uses: surahmansada/file-regex-replace@v1
       with:
-        regex: '(\ntitle = 'Version )\d+\.\d+('\n.*\nweight = -)\d+(\n)'
+        regex: '(\ntitle = 'Version )\d+\.\d+(\'\n.*\nweight = -)\d+(\n)'
         replacement: "$1${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}$2${{ steps.minorvers.outputs.value }}$3"
         include: docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.en.md
 
diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt
index 5a41d6cf8e..8e997458f6 100644
--- a/layouts/partials/version.txt
+++ b/layouts/partials/version.txt
@@ -1 +1 @@
-7.5.0+ad2b9fc2e040618e7d111b8590d37368eeb2ae1a
\ No newline at end of file
+7.5.0+70811270ad777e8d9e03ab55ccd74fe1e42ea4ca
\ No newline at end of file