aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 18:53:21 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 18:53:21 +0200
commit453a3e235bc209d4ec8e092774132f7439f913bd (patch)
tree5df60abf6cc097bb0b66883e323c008f421d586d /main.go
parent63bd0a0e9865b6a59378b8c88c85df7eeaa0052c (diff)
build(gokord): bump version and fix updates.json
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 0a52445..b83b817 100644
--- a/main.go
+++ b/main.go
@@ -18,8 +18,8 @@ var (
updatesData []byte
Version = gokord.Version{
Major: 3,
- Minor: 0,
- Patch: 1,
+ Minor: 1,
+ Patch: 0,
}
stopPeriodicReducer chan<- interface{}