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_