Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Aug 22, 2017
1 parent d320cd4 commit 214f196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.0] - 2017-08-22
### Added
- Commands can now be invoked by mentioning the bot
- Welcome message is now sent to server owner when bot joins a server
Expand Down
2 changes: 1 addition & 1 deletion cogs/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import discord
import pytz

VERSION = "0.5.2"
VERSION = "0.6.0"
BLUE = discord.Colour(3381759)
SPAM_DELAY = 4.5
REACTION_DELAY = 1
Expand Down

0 comments on commit 214f196

Please sign in to comment.