Skip to content

Commit

Permalink
Increment version number to 1.1.3.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jan 10, 2024
1 parent 5611a3c commit eb63524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rlang
Version: 1.1.3
Version: 1.1.3.9000
Title: Functions for Base Types and Core R and 'Tidyverse' Features
Description: A toolbox for working with base types, core R features
like the condition system, and core 'Tidyverse' features like tidy
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# rlang (development version)

# rlang 1.1.3

* Fix for CRAN checks.
Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

const char* rlang_version = "1.1.3";
const char* rlang_version = "1.1.3.9000";

/**
* This file records the expected package version in the shared
Expand Down

0 comments on commit eb63524

Please sign in to comment.