Skip to content

Commit

Permalink
Increment version number to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Nov 16, 2023
1 parent 0f089c4 commit 18fe71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: dplyr
Title: A Grammar of Data Manipulation
Version: 1.1.3.9000
Version: 1.1.4
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4757-117X")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dplyr (development version)
# dplyr 1.1.4

* `join_by()` now allows its helper functions to be namespaced with `dplyr::`,
like `join_by(dplyr::between(x, lower, upper))` (#6838).
Expand Down

0 comments on commit 18fe71f

Please sign in to comment.