aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go4
-rw-r--r--updates.json4
2 files changed, 4 insertions, 4 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{}
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"
]
}
}