Skip to content

Commit 6c3c1a4

Browse files
🔖 bump version 1.1.4
1 parent 92d3670 commit 6c3c1a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "nonebot-adapter-discord"
5-
version = "1.1.3"
5+
version = "1.1.4"
66
description = "Discord adapter for nonebot2"
77
authors = [
88
{ name = "CMHopeSunshine", email = "277073121@qq.com" },
@@ -146,7 +146,7 @@ enableTypeIgnoreComments = false
146146
asyncio_mode = "auto"
147147

148148
[tool.bumpversion]
149-
current_version = "1.1.3"
149+
current_version = "1.1.4"
150150
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
151151
serialize = ["{major}.{minor}.{patch}"]
152152
search = "{current_version}"

0 commit comments

Comments
 (0)