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 51a68ba70c
commit 467bf712e7
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";
}