Skip to content

Commit 4762538

Browse files
committed
Increment version number
1 parent a78b46e commit 4762538

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: rlang
2-
Version: 0.4.10
2+
Version: 0.4.11
33
Title: Functions for Base Types and Core R and 'Tidyverse' Features
44
Description: A toolbox for working with base types, core R features
55
like the condition system, and core 'Tidyverse' features like tidy

NEWS.md

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

33
* Fix for CRAN checks.
44

cran-comments.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
2-
## Test environments
3-
4-
* local OS X install: release
5-
* travis-ci: 3.3, 3.4, 3.5, 3.6, 4.0, devel
6-
* win-builder: devel and release
7-
* rchk: unbuntu-rchk platform on R-hub
1+
Fixes for CRAN checks.
82

93

104
## R CMD check results

src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define R_NO_REMAP
22
#include <Rinternals.h>
33

4-
const char* rlang_version = "0.4.10";
4+
const char* rlang_version = "0.4.11";
55

66
/**
77
* This file records the expected package version in the shared

0 commit comments

Comments
 (0)