Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Bumping to version 37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpersi committed Apr 20, 2019
1 parent 7c69d23 commit 9f1f63e
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 @@ -6,7 +6,7 @@

<groupId>com.github.betalord</groupId>
<artifactId>BHBot</artifactId>
<version>37</version>
<version>37.1</version>
<developers>
<developer>
<id>betalord</id>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/BHBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class BHBot {

private static final String PROGRAM_NAME = "BHBot";
private static final String PROGRAM_VERSION = "37";
private static final String PROGRAM_VERSION = "37.1";

private static Thread mainThread;
static MainThread main;
Expand Down

0 comments on commit 9f1f63e

Please sign in to comment.