From 410dce447d6e55c777a96de39e799fa737e30b9f Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 20 Jun 2016 19:18:04 -0400 Subject: [PATCH] 4.2.0 --- doc/mlr.1 | 2 +- doc/reference.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mlr.1 b/doc/mlr.1 index ec59c77063..b5e8483da5 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -38,7 +38,7 @@ on integer-indexed fields: if the natural data structure for the latter is the array, then Miller's natural data structure is the insertion-ordered hash map. This encompasses a variety of data formats, including but not limited to the familiar CSV and JSON. (Miller can handle positionally-indexed data as a special -case.) This manpage documents Miller v4.1.0. +case.) This manpage documents Miller v4.2.0. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index 1746093129..f3a5979124 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -544,7 +544,7 @@ mlr stats1 -a min,mean,max -f flag,u,v -g color then sort -f color For more information please see http://johnkerl.org/miller/doc and/or -http://github.com/johnkerl/miller. This is Miller version v4.1.0. +http://github.com/johnkerl/miller. This is Miller version v4.2.0.