Skip to content

Commit f0c9be5

Browse files
committed
Increment version number
1 parent d94fb0f commit f0c9be5

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
@@ -1,5 +1,5 @@
11
Package: rlang
2-
Version: 0.4.9.9000
2+
Version: 0.4.10
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.10
22

33
* New `hash()` function to generate 128-bit hashes for arbitrary R objects
44
using the xxHash library. The implementation is modeled after

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.9.9000";
4+
const char* rlang_version = "0.4.10";
55

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

0 commit comments

Comments
 (0)