Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Mar 13, 2022
1 parent 3bb064e commit 2240c68
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.5.0</version>
</dependency>
</dependencies>
<version>r43</version>
<version>r44</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 @@ -34,7 +34,7 @@ public class Main
{
public static GatewayDiscordClient gateway;
public static MongoDatabase mongoDatabase;
public static String version = "r43";
public static String version = "r44";
public static Config cfg;

/**
Expand Down

0 comments on commit 2240c68

Please sign in to comment.