Skip to content
Snippets Groups Projects
Commit 9c6317f6 authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

version 11.2.0-SNAPSHOT

parent 7bea60e9
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.codelibs.fess</groupId>
<artifactId>fess</artifactId>
<version>11.1.0-SNAPSHOT</version>
<version>11.2.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Fess</name>
<description>Fess is Full tExt Search System.</description>
......
......@@ -24,7 +24,7 @@ import org.codelibs.core.lang.StringUtil;
public class Constants extends CoreLibConstants {
public static final int MAJOR_VERSION = 11;
public static final int MINOR_VERSION = 1;
public static final int MINOR_VERSION = 2;
public static final String FESS_VERSION = String.valueOf(MAJOR_VERSION) + "." + String.valueOf(MINOR_VERSION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment