diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-10-20 12:49:06 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-10-20 12:49:06 +0200 |
| commit | e77b1eacab66610f945433fcecfb2009177eef37 (patch) | |
| tree | b1fe23048aec3e12ce75079cfb0196cbba796b8c | |
| parent | 81d9910e5ee97602a49c4e6f93c8f4debb059043 (diff) | |
build(gokord): bump version to 2.3.1
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ var ( Version = gokord.Version{ Major: 2, Minor: 3, - Patch: 0, - } // git version: 0.3.0 (it's the v2 of the bot) + Patch: 1, + } // git version: 0.3.1 (it's the v2 of the bot) ) func init() { |
