It is called 'Semantic Versioning'
This commit is contained in:
Michael Köppl 2017-04-29 23:21:10 +02:00
parent 837a3dc529
commit d8f81e54bb

View file

@ -15,7 +15,7 @@ package discordgo
import "fmt" import "fmt"
// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/) // VERSION of Discordgo, follows Semantic Versioning. (http://semver.org/)
const VERSION = "0.15.0" const VERSION = "0.15.0"
// New creates a new Discord session and will automate some startup // New creates a new Discord session and will automate some startup