update version info.
This commit is contained in:
parent
57c874a1c8
commit
17646d68ae
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import org.codelibs.core.util.StringUtil;
|
|||
public class Constants extends CoreLibConstants {
|
||||
public static final int MAJOR_VERSION = 9;
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue