Bump version to 0.7.0
This commit is contained in:
parent
f2ccbd3522
commit
31e27aaffb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ package discordgo
|
|||
import "fmt"
|
||||
|
||||
// DiscordGo Version, follows Symantic Versioning. (http://semver.org/)
|
||||
const VERSION = "0.7.0-alpha"
|
||||
const VERSION = "0.7.0"
|
||||
|
||||
/*
|
||||
type Config struct {
|
||||
|
|
Loading…
Reference in a new issue