diff --git a/version.go b/version.go index 9218e802..c9408103 100644 --- a/version.go +++ b/version.go @@ -20,7 +20,7 @@ var ( ) // ProductName is the name of the product -const ProductName = "yaml" +const ProductName = "yq" // GetVersionDisplay composes the parts of the version in a way that's suitable // for displaying to humans.