Skip to content

Commit

Permalink
6.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 8, 2022
1 parent 09666c4 commit 8267b22
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/src/installing-miller.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ As a first check, you should be able to run `mlr --version` at your system's com
<b>mlr --version</b>
</pre>
<pre class="pre-non-highlight-in-pair">
mlr 6.0.0-rc
mlr 6.0.0-rc1
</pre>

As a second check, given [example.csv](./example.csv) you should be able to do
Expand Down
4 changes: 2 additions & 2 deletions docs/src/manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DESCRIPTION
insertion-ordered hash map. This encompasses a variety of data
formats, including but not limited to the familiar CSV, TSV, and JSON.
(Miller can handle positionally-indexed data as a special case.) This
manpage documents mlr 6.0.0-rc.
manpage documents mlr 6.0.0-rc1.

EXAMPLES
mlr --icsv --opprint cat example.csv
Expand Down Expand Up @@ -3040,5 +3040,5 @@ SEE ALSO



2022-01-04 MILLER(1)
2022-01-08 MILLER(1)
</pre>
4 changes: 2 additions & 2 deletions docs/src/manpage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DESCRIPTION
insertion-ordered hash map. This encompasses a variety of data
formats, including but not limited to the familiar CSV, TSV, and JSON.
(Miller can handle positionally-indexed data as a special case.) This
manpage documents mlr 6.0.0-rc.
manpage documents mlr 6.0.0-rc1.

EXAMPLES
mlr --icsv --opprint cat example.csv
Expand Down Expand Up @@ -3019,4 +3019,4 @@ SEE ALSO



2022-01-04 MILLER(1)
2022-01-08 MILLER(1)
2 changes: 1 addition & 1 deletion internal/pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// STRING is the current Miller major/minor/patch version as a single string.
var STRING string = "6.0.0-rc"
var STRING string = "6.0.0-rc1"
4 changes: 2 additions & 2 deletions man/manpage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DESCRIPTION
insertion-ordered hash map. This encompasses a variety of data
formats, including but not limited to the familiar CSV, TSV, and JSON.
(Miller can handle positionally-indexed data as a special case.) This
manpage documents mlr 6.0.0-rc.
manpage documents mlr 6.0.0-rc1.

EXAMPLES
mlr --icsv --opprint cat example.csv
Expand Down Expand Up @@ -3019,4 +3019,4 @@ SEE ALSO



2022-01-04 MILLER(1)
2022-01-08 MILLER(1)
6 changes: 3 additions & 3 deletions man/mlr.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2022-01-04
.\" Date: 2022-01-08
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2022-01-04" "\ \&" "\ \&"
.TH "MILLER" "1" "2022-01-08" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -47,7 +47,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, TSV, and JSON. (Miller can handle positionally-indexed data as
a special case.) This manpage documents mlr 6.0.0-rc.
a special case.) This manpage documents mlr 6.0.0-rc1.
.SH "EXAMPLES"
.sp

Expand Down

0 comments on commit 8267b22

Please sign in to comment.