1
0
mirror of https://github.com/kami-blue/client synced 2025-02-20 23:27:14 +00:00

better MODVER for dev jars

This commit is contained in:
Bella 2020-04-17 17:16:44 -04:00
parent b8b4b12c4f
commit ddd2046e8b
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3

View File

@ -66,7 +66,7 @@ public class KamiMod {
public static final String MODNAME = "KAMI Blue";
public static final String MODID = "kamiblue";
public static final String MODVER = "v1.1.4-beta"; // this is changed to v1.1.2-commit for debugging during travis releases
public static final String MODVER = "v1.1.4-dev"; // this is changed to v1.x.x-commit for debugging during travis releases
public static final String MODVERSMALL = "v1.1.4-beta"; // shown to the user
public static final String MODVERBROAD = "v1.1.3"; // used for update checking