aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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{}
)