Skip to content

Commit 9d62c23

Browse files
committed
Increment version number to 0.9.3
1 parent c8714a6 commit 9d62c23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Package
22
Package: packrat
33
Title: A Dependency Management System for Projects and their R Package
44
Dependencies
5-
Version: 0.9.2.9000
5+
Version: 0.9.3
66
Authors@R: c(
77
person("Aron", "Atkins", , "aron@posit.co", role = c("aut", "cre")),
88
person("Toph", "Allen", role = "aut"),

NEWS.md

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

33
- Update vendored `renv` with support for additional Linux distributions when
44
normalizing and transforming Posit Package Manager URLs. (#725)

inst/resources/init.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ local({
186186
## an 'installed from source' version
187187

188188
## -- InstallAgent -- ##
189-
installAgent <- "InstallAgent: packrat 0.9.2.9000"
189+
installAgent <- "InstallAgent: packrat 0.9.3"
190190

191191
## -- InstallSource -- ##
192192
installSource <- "InstallSource: source"

0 commit comments

Comments
 (0)