Skip to content

Commit

Permalink
chore: bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 authored Sep 18, 2024
1 parent 3cdef7d commit 0881ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koreanbots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class VersionInfo(NamedTuple):
serial: int


versioninfo = VersionInfo(2, 1, 1, "final", 0)
versioninfo = VersionInfo(2, 1, 2, "final", 0)

__version__ = "2.1.1"
__version__ = "2.1.2"

0 comments on commit 0881ac0

Please sign in to comment.