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