Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmarrin committed Jan 12, 2016
1 parent c10cdcc commit e1bfc28
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.9.0-alpha"
const VERSION = "0.9.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 e1bfc28

Please sign in to comment.