Skip to content

Commit

Permalink
Bump version: 0.0.7 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Jun 10, 2024
1 parent 63f9aa6 commit 2adbb6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version="0.0.7"
version="1.0.0"

0 comments on commit 2adbb6b

Please sign in to comment.