Archived
1

Version 0.7.0. Added links to support chat

This commit is contained in:
2018-02-07 13:46:14 +04:00
parent 5a746b524b
commit 292440f411
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import (
)
// VERSION is the current bot's version
const VERSION = "0.6.6"
const VERSION = "0.7.0"
// DatabaseConnection handles database connection settings in config.yaml
type DatabaseConnection struct {