Skip to content

Commit

Permalink
Updated to release.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed May 6, 2021
1 parent c0e998a commit 60341bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/beanbeanjuice/main/BeanBot.java
Expand Up @@ -52,7 +52,7 @@ public class BeanBot {
// File Information
// -- 'beta.json' -> Beta Bot Information
// -- 'release.json' -> Release Bot Information
private static final String FILE_INFO = "beta.json";
private static final String FILE_INFO = "release.json";

// General Bot Info
private static final String BOT_VERSION = JSONHelper.getValue(FILE_INFO, "bot", "version").textValue();
Expand Down

0 comments on commit 60341bd

Please sign in to comment.