Added VERSION constant
This commit is contained in:
parent
626946ebd4
commit
40a7e717f5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue