Skip to content

Commit

Permalink
[3.8.1] Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leymooo committed Jul 15, 2020
1 parent a02f595 commit 47585d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CaptchaGeneration

public void generateImages()
{
Font[] fonts = new Font[]
Font[] fonts = new Font[]
{
new Font( Font.SANS_SERIF, Font.PLAIN, 50 ),
new Font( Font.SERIF, Font.PLAIN, 50 ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Settings extends Config
@Final
public final String HELP = "http://www.rubukkit.org/threads/137038/";
@Final
public String BOT_FILTER_VERSION = "3.8.1-dev";
public String BOT_FILTER_VERSION = "3.8.1";

@Create
public MESSAGES MESSAGES;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3.8.1

0 comments on commit 47585d7

Please sign in to comment.