From 325156c7a90076d539e2708aec23f866c202ce1e Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Mon, 1 Jun 2020 18:21:18 +0800 Subject: [PATCH] Bump version in header. (#5742) --- include/xgboost/version_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgboost/version_config.h b/include/xgboost/version_config.h index 56492bca9..efab14e17 100644 --- a/include/xgboost/version_config.h +++ b/include/xgboost/version_config.h @@ -5,7 +5,7 @@ #define XGBOOST_VERSION_CONFIG_H_ #define XGBOOST_VER_MAJOR 1 -#define XGBOOST_VER_MINOR 1 +#define XGBOOST_VER_MINOR 2 #define XGBOOST_VER_PATCH 0 #endif // XGBOOST_VERSION_CONFIG_H_