Skip to content

Commit 11f1c1c

Browse files
committed
Increment version number to 0.6.5
1 parent fc31518 commit 11f1c1c

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,6 +1,6 @@
11
Package: vctrs
22
Title: Vector Helpers
3-
Version: 0.6.4.9000
3+
Version: 0.6.5
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
66
person("Lionel", "Henry", , "[email protected]", role = "aut"),

NEWS.md

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

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

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* vctrs_version = "0.6.4.9000";
4+
const char* vctrs_version = "0.6.5";
55

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

0 commit comments

Comments
 (0)