From 90fe9c651259ac53f6f8bb18b4dd2c671688d0ea Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 25 Oct 2018 15:57:41 +1100 Subject: [PATCH] Version bump --- snap/snapcraft.yaml | 2 +- test.yml | 2 ++ version.go | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 test.yml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7234f47c..ee0112d7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: yq -version: 2.1.0 +version: 2.1.2 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. diff --git a/test.yml b/test.yml new file mode 100644 index 00000000..71f1098c --- /dev/null +++ b/test.yml @@ -0,0 +1,2 @@ +a: apple +c: cat diff --git a/version.go b/version.go index ec21812c..35613018 100644 --- a/version.go +++ b/version.go @@ -11,7 +11,7 @@ var ( GitDescribe string // Version is main version number that is being run at the moment. - Version = "2.1.1" + Version = "2.1.2" // 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