Issue template updated no more headache (#965)

This commit is contained in:
lunatic
2022-05-17 06:42:00 -07:00
committed by GitHub
parent d00feaa0f0
commit 45d18bc1b6
7 changed files with 40 additions and 59 deletions

View File

@@ -0,0 +1,7 @@
package emu.grasscutter;
public class BuildConfig {
public static final String VERSION = "1.1.2-dev";
public static final String GIT_HASH = "b0aa294";
}