Skip to content

Commit

Permalink
5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Sep 26, 2016
1 parent 67981bd commit c499414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Changelog
---
###5.10_WIP
###5.10
- Added -iplocation
- Added subreddit information
- Added reddit post information
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>bl4ckscor3.bot</groupId>
<artifactId>bl4ckb0t</artifactId>
<version>5.9.4</version>
<version>5.10</version>
<name>bl4ckb0t</name>
<description>An IRC bot designed and managed by bl4ckscor3</description>
<url>https://github.com/bl4ckscor3/bl4ckb0t</url>
Expand Down
2 changes: 1 addition & 1 deletion src/bl4ckscor3/bot/bl4ckb0t/Core.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Core
public static Bot bot;
private static boolean wasStartedAsWIP;
private static final String botName = "bl4ckb0t";
private static final String version = "5.9.5";
private static final String version = "5.10";
private static ConfigurationFile customConfig;

public static void main(String args[]) throws IOException, IrcException
Expand Down

0 comments on commit c499414

Please sign in to comment.