R/api-unbump-version.R

Defines functions unbump_version

Documented in unbump_version

#' Undoes bumping the package version
#'
#' This undoes the effect of a [bump_version()] call, with a safety check.
#'
#' @return `NULL`, invisibly. This function is called for its side effects.
#'
#' @seealso bump_version
#'
#' @example man/examples/unbump-version.R
#' @return None
#' @export
unbump_version <- function() {
  unbump_version_impl()
}
cynkra/fledge documentation built on April 17, 2025, 3:56 a.m.