forked from pothtonswer/discordmuffin
Bump version to v0.13.0-alpha
This commit is contained in:
parent
3ecffcdd78
commit
33f2fa8d81
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
|
// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
|
||||||
const VERSION = "0.12.0"
|
const VERSION = "0.13.0-alpha"
|
||||||
|
|
||||||
// New creates a new Discord session and will automate some startup
|
// New creates a new Discord session and will automate some startup
|
||||||
// tasks if given enough information to do so. Currently you can pass zero
|
// tasks if given enough information to do so. Currently you can pass zero
|
||||||
|
|
Loading…
Reference in a new issue