Skip to content

Commit 90fe9c6

Browse files
committed
Version bump
1 parent a9ade5a commit 90fe9c6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: 2.1.0
2+
version: 2.1.2
33
summary: A lightweight and portable command-line YAML processor
44
description: |
55
The aim of the project is to be the jq or sed of yaml files.

test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
a: apple
2+
c: cat

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var (
1111
GitDescribe string
1212

1313
// Version is main version number that is being run at the moment.
14-
Version = "2.1.1"
14+
Version = "2.1.2"
1515

1616
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)