Skip to content

Commit

Permalink
Increment version number to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Dec 1, 2023
1 parent fc31518 commit 11f1c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: vctrs
Title: Vector Helpers
Version: 0.6.4.9000
Version: 0.6.5
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"),
person("Lionel", "Henry", , "lionel@posit.co", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# vctrs (development version)
# vctrs 0.6.5

* Internal changes requested by CRAN around C level format strings (#1896).

Expand Down
2 changes: 1 addition & 1 deletion src/version.c
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

const char* vctrs_version = "0.6.4.9000";
const char* vctrs_version = "0.6.5";

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

0 comments on commit 11f1c1c

Please sign in to comment.