aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 22:34:19 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 22:34:19 +0200
commitd10813a97319f6c99327a0b690b0ea54b70483d8 (patch)
tree5d6d412088fa543b17b56edc924f222c8e38d41c /main.go
parent36fa50a397d1ec70031e84a53213be987aae9022 (diff)
build(version): bump to 3.0.1
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4b4062e..64db607 100644
--- a/main.go
+++ b/main.go
@@ -19,7 +19,7 @@ var (
Version = gokord.Version{
Major: 3,
Minor: 0,
- Patch: 0,
+ Patch: 1,
}
stopPeriodicReducer chan<- interface{}