The package version must match the major tag version (#1654)

* Update package version

* Update makefile targets

* Update readme packages

* Remaining old packages via rg/sd
This commit is contained in:
Adam Lesperance 2024-09-20 11:10:11 -05:00 committed by GitHub
parent a91abf5d5c
commit 085e831668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
221 changed files with 668 additions and 668 deletions

View file

@ -8,10 +8,10 @@ import (
"regexp"
"strings"
"github.com/johnkerl/miller/pkg/cli"
"github.com/johnkerl/miller/pkg/lib"
"github.com/johnkerl/miller/pkg/mlrval"
"github.com/johnkerl/miller/pkg/types"
"github.com/johnkerl/miller/v6/pkg/cli"
"github.com/johnkerl/miller/v6/pkg/lib"
"github.com/johnkerl/miller/v6/pkg/mlrval"
"github.com/johnkerl/miller/v6/pkg/types"
)
type iXTABPairSplitter interface {