Skip to content

Commit

Permalink
"Bump version: 2.8.12 → 2.9.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
kunansy committed Jul 31, 2022
1 parent d946e5b commit f891d87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.8.12
current_version = 2.9.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildx-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/reading_tracker:2.8.12
tags: ${{ secrets.DOCKERHUB_USERNAME }}/reading_tracker:2.9.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.12
2.9.0
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
retries: 5

reading-tracker:
image: kunansy/reading_tracker:2.8.12
image: kunansy/reading_tracker:2.9.0
container_name: reading-tracker
env_file: .env
restart: always
Expand Down

0 comments on commit f891d87

Please sign in to comment.