You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/09/14 00:58:07 UTC

[kylin] branch 2.5.x updated: KYLIN-3513 update current version to 2.5.1

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch 2.5.x
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/2.5.x by this push:
     new 56d927e  KYLIN-3513 update current version to 2.5.1
56d927e is described below

commit 56d927e28bdb77042cb35e7a616f569d25e52949
Author: shaofengshi <sh...@apache.org>
AuthorDate: Fri Sep 14 08:57:55 2018 +0800

    KYLIN-3513 update current version to 2.5.1
---
 core-common/src/main/java/org/apache/kylin/common/KylinVersion.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java b/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java
index 6fa893f..5a90a19 100644
--- a/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java
+++ b/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java
@@ -95,7 +95,7 @@ public class KylinVersion implements Comparable {
     /**
      * Require MANUAL updating kylin version per ANY upgrading.
      */
-    private static final KylinVersion CURRENT_KYLIN_VERSION = new KylinVersion("2.5.0.20500");
+    private static final KylinVersion CURRENT_KYLIN_VERSION = new KylinVersion("2.5.1.20500");
 
     private static final KylinVersion VERSION_200 = new KylinVersion("2.0.0");