diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-21 18:53:21 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-21 18:53:21 +0200 |
| commit | 453a3e235bc209d4ec8e092774132f7439f913bd (patch) | |
| tree | 5df60abf6cc097bb0b66883e323c008f421d586d | |
| parent | 63bd0a0e9865b6a59378b8c88c85df7eeaa0052c (diff) | |
build(gokord): bump version and fix updates.json
| -rw-r--r-- | main.go | 4 | ||||
| -rw-r--r-- | updates.json | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -18,8 +18,8 @@ var ( updatesData []byte Version = gokord.Version{ Major: 3, - Minor: 0, - Patch: 1, + Minor: 1, + Patch: 0, } stopPeriodicReducer chan<- interface{} diff --git a/updates.json b/updates.json index f93e4b8..d0d863c 100644 --- a/updates.json +++ b/updates.json @@ -20,12 +20,12 @@ } }, { - "version": "3.0.1", + "version": "3.1.0", "commands": { "added": [], "removed": [], "updated": [ - "config", "ping" + "ping" ] } } |
