Fix 1.7.1 version file. (#8427)

This commit is contained in:
Jiaming Yuan 2022-11-06 03:19:54 +08:00 committed by GitHub
parent 534c940a7e
commit 9ff0c0832a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@
#define XGBOOST_VER_MAJOR 1
#define XGBOOST_VER_MINOR 7
#define XGBOOST_VER_PATCH 0
#define XGBOOST_VER_PATCH 1
#endif // XGBOOST_VERSION_CONFIG_H_