Skip to content

Commit 2aa01a9

Browse files
author
BumpVersion Action
committed
Bump version: 0.0.6 → 0.0.7
1 parent eb4cb8d commit 2aa01a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 0.0.6
4+
current_version = 0.0.7
55

66
[bumpversion:file:VERSION]
77
search = version="{current_version}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Bump version and push tag
24-
uses: jaumann/github-bumpversion-action@v0.0.6
24+
uses: jaumann/github-bumpversion-action@v0.0.7
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Push changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version="0.0.6"
1+
version="0.0.7"

0 commit comments

Comments
 (0)