Skip to content

Commit b2e97be

Browse files
committed
chore: Bump pkg version in hard deprecation msg
1 parent 664737a commit b2e97be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/deprecated.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' @keywords internal
1010
#' @name deprecated
1111
data_frame <- function(...) {
12-
deprecate_stop("1.1.0", "data_frame()", "tibble()")
12+
deprecate_stop("3.2.2", "data_frame()", "tibble()")
1313

1414
# Unquote-splice to avoid argument matching
1515
tibble(!!!quos(...))

0 commit comments

Comments
 (0)