Skip to content

Commit 64e8052

Browse files
committed
Update version to v0.2-alpha
1 parent d54982b commit 64e8052

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

.env

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
.env
12
*.log
3+
*.csv

data/guilds.csv

Whitespace-only changes.

data/users.csv

Lines changed: 0 additions & 1 deletion
This file was deleted.

protobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#####################################
2424
#
2525
COMMAND_PREFIX = '!' #
26-
VERSION = "v0.1-alpha" #
26+
VERSION = "v0.2-alpha" #
2727
ACTIVITY = discord.Game("!help") #
2828
LOG_LEVEL = logging.INFO #
2929
#

0 commit comments

Comments
 (0)