Skip to content

Commit b9d46bf

Browse files
committed
Increment version number to 0.6.4
1 parent 44bd44b commit b9d46bf

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.3.9000
3+
Version: 0.6.4
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.4
22

33
* Fixed a performance issue with `vec_c()` and ALTREP vectors (in particular,
44
the new ALTREP list vectors in R-devel) (#1884).

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.3.9000";
4+
const char* vctrs_version = "0.6.4";
55

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

0 commit comments

Comments
 (0)