Skip to content

Commit f2240a7

Browse files
committed
Increment version number to 3.1.9
1 parent 712930c commit f2240a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: testthat
22
Title: Unit Testing for R
3-
Version: 3.1.8.9000
3+
Version: 3.1.9
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
66
person("Posit Software, PBC", role = c("cph", "fnd")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# testthat (development version)
1+
# testthat 3.1.9
22

33
* New `expect_contains()` and `expect_in()` that works similarly to
44
`expect_true(all(expected %in% object))` or

0 commit comments

Comments
 (0)