[R] Differentiate dev version with release version. (#9503)

Use 2.1.0.0 as development version, we will change it to 2.1.0.1 during release.
This commit is contained in:
Jiaming Yuan
2023-08-20 02:58:58 +08:00
committed by GitHub
parent 5358e1ebf0
commit db87d481bc
2 changed files with 12 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
Package: xgboost
Type: Package
Title: Extreme Gradient Boosting
Version: 2.1.0.1
Date: 2023-08-17
Version: 2.1.0.0
Date: 2023-08-19
Authors@R: c(
person("Tianqi", "Chen", role = c("aut"),
email = "tianqi.tchen@gmail.com"),