Skip to content

Commit

Permalink
Bump version: 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Nov 3, 2020
1 parent eb4cb8d commit 2aa01a9
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.6
current_version = 0.0.7

[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 @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Bump version and push tag
uses: jaumann/[email protected].6
uses: jaumann/[email protected].7
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.6"
version="0.0.7"

0 comments on commit 2aa01a9

Please sign in to comment.