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