diff options
Diffstat (limited to 'main.go')
| -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() { |
