1

Update binary name in Dockerfile

This commit is contained in:
2019-10-08 10:58:13 +04:00
parent a01dff1426
commit 7239cf1117
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import (
)
// VERSION is the current bot's version
const VERSION = "1.0.1"
const VERSION = "1.0.2"
// Context is the main application context.
type Context struct {