powered by
Increase the last digit of version numbers, e.g., from 0.1 to 0.2, or 7.23.9 to 7.23.10.
0.1
0.2
7.23.9
7.23.10
bump_version(x)
A vector of new version numbers.
A vector of version numbers (of the class "numeric_version"), or values that can be coerced to version numbers via as.numeric_version().
"numeric_version"
as.numeric_version()
xfun::bump_version(c("0.1", "91.2.14"))
Run the code above in your browser using DataLab