Skip to content

Commit e8cc2c5

Browse files
committed
"Bump version: 49 → 50"
1 parent 6ef2dce commit e8cc2c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 49
2+
current_version = 50
33
commit = True
44
tag = True
55
tag_name = {new_version}

.github/workflows/buildx-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
context: .
3232
platforms: linux/amd64
3333
push: true
34-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/notes_reminder:49
34+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/notes_reminder:50

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
49
1+
50

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22

33
x-img: &img
4-
image: kunansy/notes_reminder:49
4+
image: kunansy/notes_reminder:50
55

66
services:
77
notes-reminder-bot:

0 commit comments

Comments
 (0)