Skip to content

Commit 5009b3d

Browse files
committed
Increment version number to 1.1.6.9000
1 parent 830745e commit 5009b3d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: rlang
2-
Version: 1.1.6
2+
Version: 1.1.6.9000
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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# rlang (development version)
2+
13
# rlang 1.1.6
24

35
* Fixes for CRAN checks.

src/version.c

+1-1
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 = "1.1.6";
4+
const char* rlang_version = "1.1.6.9000";
55

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

0 commit comments

Comments
 (0)