Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
	discord.go
  • Loading branch information
bwmarrin committed May 15, 2017
2 parents eed1d20 + ccbdeb8 commit 2feb43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ install:
script:
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
- golint -set_exit_status ./...
- golint ./...
- go test -v -race ./...
2 changes: 1 addition & 1 deletion discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"time"
)

// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
const VERSION = "0.16.0-dev"

// ErrMFA will be risen by New when the user has 2FA.
Expand Down

0 comments on commit 2feb43f

Please sign in to comment.