Skip to content

Commit

Permalink
style(koreanbots): bump up 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo authored Aug 1, 2021
1 parent 0a23fdd commit 66fa1c5
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 @@ -15,6 +15,6 @@ class VersionInfo(NamedTuple):
serial: int


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

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 66fa1c5

Please sign in to comment.