Hostile Neural Networks

Hostile Neural Networks

7M Downloads

HostileNetworks.VERSION in code is incorrect

James103 opened this issue ยท 1 comments

commented

The version indicated in HostileNetworks.VERSION for Hostile Neutral Networks is outdated. It says "3.0.5" when it should say "3.1.1" (next: "3.1.2").

public static final String VERSION = "3.0.5";

This is exposed to the user's GUI via the following:

txt = new TickableText("v" + HostileNetworks.VERSION, ChatFormatting.GOLD.getColor(), true, speed);

commented

Yeah I forget to change this regularly... I need to change it to be replaced on build. It's just a cosmetic thing