Skip to content

Commit

Permalink
Change version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeutronStars committed Jun 25, 2017
1 parent bab652c commit 763c168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fr/neutronstars/nbot/NBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* Main Class.
* @author NeutronStars
* @version 1.1.1
* @version 1.1.2
* @since 1.0.0
*/

Expand All @@ -49,7 +49,7 @@ public static NBot getNBot() {
private final Scanner scanner = new Scanner(System.in);
private final Random random = new Random();
private final PluginManager pluginManager;
private final String version = "1.1.1";
private final String version = "1.1.2";
private final CommandMap commandMap;
private final JDA jda;

Expand Down

0 comments on commit 763c168

Please sign in to comment.