From f2e10f21c7be3173ea5dbfe041723509bb798c4a Mon Sep 17 00:00:00 2001 From: Tim Hobbs Date: Sun, 8 Apr 2018 10:36:48 +0200 Subject: [PATCH] Rename to yq --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.