1
0

🔖 Changed Version number

This commit is contained in:
Maxim Lebedev 2020-01-28 13:28:20 +05:00
parent 4ebe9f6d36
commit ebb60a90f2
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F

View File

@ -3,7 +3,7 @@ package telegram
import "github.com/Masterminds/semver"
// Version represents current version of Telegram API supported by this package
var Version = semver.MustParse("4.5.0") //nolint: gochecknoglobals
var Version = semver.MustParse("4.6.0") //nolint: gochecknoglobals
// Action represents available and supported status actions of bot
const (