From 2adbb6bad1dcf7ac43f3940df76a05f6b8ba3836 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 10 Jun 2024 15:48:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.7=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bf349e7..4ae8464 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 0.0.7 +current_version = 1.0.0 [bumpversion:file:VERSION] search = version="{current_version}" diff --git a/README.md b/README.md index 5a59d08..a5ce206 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Bump version and push tag - uses: QustodioPablo/github-bumpversion-action@v0.0.7 + uses: QustodioPablo/github-bumpversion-action@v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Push changes diff --git a/VERSION b/VERSION index d6a4163..c541814 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version="0.0.7" +version="1.0.0"