This note is currently a stub
Bumping Package Versions
To (somewhat) automate managing package versions, usethis provides a use_version function that will appropriately update the DESCRIPTION
file in an R package. The basic syntax is:
devtools::use_version("minor")
#could be "major", "minor", or "patch"