From 58c63ed121a3fa18a7f8cb8d8aa09ab680890a62 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 10 Jun 2021 09:37:08 +1000 Subject: [PATCH] Bumping version --- cmd/version.go | 2 +- examples/data1.yaml | 7 +------ github-action/Dockerfile | 2 +- snap/snapcraft.yaml | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 719600bc..4e954c83 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -11,7 +11,7 @@ var ( GitDescribe string // Version is main version number that is being run at the moment. - Version = "4.9.4" + Version = "4.9.5" // VersionPrerelease is a pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release diff --git a/examples/data1.yaml b/examples/data1.yaml index 1467d89f..18e5c1a3 100644 --- a/examples/data1.yaml +++ b/examples/data1.yaml @@ -1,6 +1 @@ -a: - key1: "value1" - key2: 2.6 - ab: - key1: 6 - key2: "h" \ No newline at end of file +{"a":{"b":1}} \ No newline at end of file diff --git a/github-action/Dockerfile b/github-action/Dockerfile index ec5b627d..4a47ef68 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -1,4 +1,4 @@ -FROM mikefarah/yq:4.9.4 +FROM mikefarah/yq:4.9.5 COPY entrypoint.sh /entrypoint.sh diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index badb6dca..b8a257d5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: yq -version: '4.9.4' +version: '4.9.5' summary: A lightweight and portable command-line YAML processor description: | The aim of the project is to be the jq or sed of yaml files.