Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Dec 10, 2021
1 parent cfd1324 commit f8819c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
<version>4.4.0</version>
</dependency>
</dependencies>
<version>r41</version>
<version>r42</version>
</project>
2 changes: 1 addition & 1 deletion src/com/vauff/maunzdiscord/core/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Main
{
public static GatewayDiscordClient gateway;
public static MongoDatabase mongoDatabase;
public static String version = "r41";
public static String version = "r42";
public static String prefix;

/**
Expand Down

0 comments on commit f8819c9

Please sign in to comment.