From 81d8dd79cac5af9a45c75acac84b41954c6430bc Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 26 Aug 2020 00:29:00 +0800 Subject: [PATCH] Bump header version. (#6056) --- 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 efab14e17..9c8585369 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 2 +#define XGBOOST_VER_MINOR 3 #define XGBOOST_VER_PATCH 0 #endif // XGBOOST_VERSION_CONFIG_H_