Browse Source

Added VERSION constant

Bruce Marriner 9 years ago
parent
commit
40a7e717f5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      discord.go

+ 3 - 0
discord.go

@@ -15,6 +15,9 @@ package discordgo
 
 
 import "fmt"
 import "fmt"
 
 
+// DiscordGo Version, follows Symantic Versioning. (http://semver.org/)
+const VERSION = "0.5.0"
+
 /*
 /*
 type Config struct {
 type Config struct {
 	Debug bool
 	Debug bool