Bump dev to v0.11.0-alpha
This commit is contained in:
parent
819f661126
commit
9a63e50e22
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.10.0"
|
const VERSION = "0.11.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