diff --git a/.github/workflows/build-and-release-dev.yml b/.github/workflows/build-and-release-dev.yml index a712722728..024587252f 100644 --- a/.github/workflows/build-and-release-dev.yml +++ b/.github/workflows/build-and-release-dev.yml @@ -193,11 +193,12 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + file_pattern: '*.json' + commit_message: Update version to ${{ needs.fetch-versions.outputs.NEW_VERSION }} + - name: Reset changes run: | git reset --hard HEAD git clean -fdx - - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Update version to ${{ needs.fetch-versions.outputs.NEW_VERSION }} diff --git a/taipy/core/version.json b/taipy/core/version.json index 97ef6270e9..9581ebbeca 100644 --- a/taipy/core/version.json +++ b/taipy/core/version.json @@ -1 +1 @@ -{"major": 3, "minor": 1, "patch": 0, "ext": "dev0"} +{"major": 3, "minor": 1, "patch": 0, "ext": "dev1"} diff --git a/taipy/gui/version.json b/taipy/gui/version.json index 97ef6270e9..9581ebbeca 100644 --- a/taipy/gui/version.json +++ b/taipy/gui/version.json @@ -1 +1 @@ -{"major": 3, "minor": 1, "patch": 0, "ext": "dev0"} +{"major": 3, "minor": 1, "patch": 0, "ext": "dev1"} diff --git a/taipy/rest/version.json b/taipy/rest/version.json index 97ef6270e9..9581ebbeca 100644 --- a/taipy/rest/version.json +++ b/taipy/rest/version.json @@ -1 +1 @@ -{"major": 3, "minor": 1, "patch": 0, "ext": "dev0"} +{"major": 3, "minor": 1, "patch": 0, "ext": "dev1"} diff --git a/taipy/templates/version.json b/taipy/templates/version.json index 97ef6270e9..9581ebbeca 100644 --- a/taipy/templates/version.json +++ b/taipy/templates/version.json @@ -1 +1 @@ -{"major": 3, "minor": 1, "patch": 0, "ext": "dev0"} +{"major": 3, "minor": 1, "patch": 0, "ext": "dev1"} diff --git a/taipy/version.json b/taipy/version.json index 97ef6270e9..9581ebbeca 100644 --- a/taipy/version.json +++ b/taipy/version.json @@ -1 +1 @@ -{"major": 3, "minor": 1, "patch": 0, "ext": "dev0"} +{"major": 3, "minor": 1, "patch": 0, "ext": "dev1"}