Skip to content

Commit

Permalink
Make Settings#VERSION final
Browse files Browse the repository at this point in the history
  • Loading branch information
JNNGL committed Jul 11, 2023
1 parent 1ca86dc commit 6d467d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/elytrium/limbohub/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Settings extends YamlConfig {
@Ignore
public static final Settings IMP = new Settings();

public String VERSION = BuildConstants.VERSION;
public final String VERSION = BuildConstants.VERSION;

@Comment({
"Available serializers:",
Expand Down

0 comments on commit 6d467d8

Please sign in to comment.