Skip to content

Commit 9c05ba0

Browse files
committed
chore: bump version
1 parent 736ccc4 commit 9c05ba0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,7 @@ push-to-ghcr:
5353
docker login ghcr.io -u toolen -p $(CR_PAT)
5454
docker push $(image_tag)
5555
ngrok:
56-
ngrok http --region=eu 8080
56+
ngrok http --region=eu 8080
57+
tag:
58+
git tag v$(version)
59+
git push origin master

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "webhook-telegram-bot"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = ""
55
authors = ["Dmitrii Zakharov <dmitrii@zakharov.cc>"]
66
license = "MIT"

0 commit comments

Comments
 (0)