From d8f81e54bb594a17281e9b52d7d58d2ada9f8443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6ppl?= Date: Sat, 29 Apr 2017 23:21:10 +0200 Subject: [PATCH] Fix typo It is called 'Semantic Versioning' --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 4081c65..c8b7f0c 100644 --- a/discord.go +++ b/discord.go @@ -15,7 +15,7 @@ package discordgo 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" // New creates a new Discord session and will automate some startup