Added VERSION constant

This commit is contained in:
Bruce Marriner 2015-12-17 08:23:48 -06:00
parent 626946ebd4
commit 40a7e717f5

View file

@ -15,6 +15,9 @@ package discordgo
import "fmt" import "fmt"
// DiscordGo Version, follows Symantic Versioning. (http://semver.org/)
const VERSION = "0.5.0"
/* /*
type Config struct { type Config struct {
Debug bool Debug bool