Skip to content

Commit 065b200

Browse files
committed
Bumping version
1 parent 745a7ff commit 065b200

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cmd/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 = "v4.49.2"
14+
Version = "v4.50.1"
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

snap/snapcraft.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: 'v4.49.2'
2+
version: 'v4.50.1'
33
summary: A lightweight and portable command-line data file processor
44
description: |
55
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
@@ -22,7 +22,6 @@ platforms:
2222
ppc64el:
2323
build-on: [ppc64el]
2424
build-for: [ppc64el]
25-
2625
apps:
2726
yq:
2827
command: bin/yq
@@ -33,6 +32,6 @@ parts:
3332
build-environment:
3433
- CGO_ENABLED: 0
3534
source: https://github.com/mikefarah/yq.git
36-
source-tag: v4.49.2
35+
source-tag: v4.50.1
3736
build-snaps:
3837
- go/latest/stable

0 commit comments

Comments
 (0)