aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-01-03 13:43:18 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-01-03 13:43:18 +0100
commitde1b3977fb0001af31b97fbc9878f839012dc853 (patch)
treed5ff7f4bfd053f604393c93a632fdeb0d99e2217 /main.go
parent3e038c2dfb15919480d5705c16e0afd5ebaa9cbe (diff)
build(gokord): update bot version
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 5c031d6..917dce2 100644
--- a/main.go
+++ b/main.go
@@ -19,8 +19,8 @@ var (
Version = gokord.Version{
Major: 2,
Minor: 3,
- Patch: 2,
- } // git version: 0.3.2 (it's the v2 of the bot)
+ Patch: 3,
+ } // git version: 0.3.3 (it's the v2 of the bot)
)
func init() {