Skip to content

Commit

Permalink
Bump version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmarrin committed Jan 27, 2016
1 parent 99351be commit fd42d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package discordgo
import "fmt"

// Discordgo Version, follows Symantic Versioning. (http://semver.org/)
const VERSION = "0.10.0-alpha"
const VERSION = "0.10.0"

// New creates a new Discord session and will automate some startup
// tasks if given enough information to do so. Currently you can pass zero
Expand Down

0 comments on commit fd42d56

Please sign in to comment.