update version

This commit is contained in:
Shinsuke Sugaya 2016-08-30 06:29:22 +09:00
parent b1683c5b95
commit e116d2afff

View file

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