Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JFryy committed Sep 1, 2024
1 parent 9a2047c commit 11ac1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/qq.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func CreateRootCmd() *cobra.Command {
encodings += t.Ext.String() + ", "
}
encodings = strings.TrimSuffix(encodings, ", ")
v := "v0.2.1"
v := "v0.2.2"
desc := fmt.Sprintf("qq is a interoperable configuration format transcoder with jq querying ability powered by gojq. qq is multi modal, and can be used as a replacement for jq or be interacted with via a repl with autocomplete and realtime rendering preview for building queries. Supported formats include %s", encodings)
cmd := &cobra.Command{
Use: "qq [expression] [file] [flags] \n cat [file] | qq [expression] [flags] \n qq -I file",
Expand Down

0 comments on commit 11ac1d5

Please sign in to comment.