We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ade5a commit 90fe9c6Copy full SHA for 90fe9c6
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: yq
2
-version: 2.1.0
+version: 2.1.2
3
summary: A lightweight and portable command-line YAML processor
4
description: |
5
The aim of the project is to be the jq or sed of yaml files.
test.yml
@@ -0,0 +1,2 @@
+a: apple
+c: cat
version.go
@@ -11,7 +11,7 @@ var (
11
GitDescribe string
12
13
// Version is main version number that is being run at the moment.
14
- Version = "2.1.1"
+ Version = "2.1.2"
15
16
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments