update version info

This commit is contained in:
Shinsuke Sugaya 2018-02-11 15:59:25 +09:00
parent 558192a2b8
commit d16873e830

View file

@ -24,7 +24,7 @@ import org.codelibs.core.lang.StringUtil;
public class Constants extends CoreLibConstants {
public static final int MAJOR_VERSION = 12;
public static final int MINOR_VERSION = 0;
public static final int MINOR_VERSION = 1;
public static final String FESS_VERSION = String.valueOf(MAJOR_VERSION) + "." + String.valueOf(MINOR_VERSION);