From e02fff53f287e72e068db69af11cc712cffcde5e Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Fri, 21 Feb 2020 07:50:41 +0000 Subject: [PATCH] Change version_config.h too --- 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 98b83cc68..d447fa4e2 100644 --- a/include/xgboost/version_config.h +++ b/include/xgboost/version_config.h @@ -6,6 +6,6 @@ #define XGBOOST_VER_MAJOR 1 #define XGBOOST_VER_MINOR 0 -#define XGBOOST_VER_PATCH 0 +#define XGBOOST_VER_PATCH 1 #endif // XGBOOST_VERSION_CONFIG_H_