aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 16:15:47 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 16:15:47 +0200
commit01bafe9bf1de5be4e770b9500480807d4973d8d6 (patch)
treec6eafab11fef21c221136019ea490176185cec81 /main.go
parent799df74fcda5266fd295b49fc759c605c815cad9 (diff)
feat(top): implements new kind of tops
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 7b8e75f..b1f137d 100644
--- a/main.go
+++ b/main.go
@@ -17,10 +17,10 @@ var (
//go:embed updates.json
updatesData []byte
Version = gokord.Version{
- Major: 2,
- Minor: 4,
+ Major: 3,
+ Minor: 0,
Patch: 0,
- } // git version: 0.4.0 (it's the v2 of the bot)
+ }
stopPeriodicReducer chan<- interface{}
)