From fbe53885ae9a0ade185712708a4d4f329a20e880 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 1 Dec 2020 17:24:14 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8de355..4171692 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Use "yq [command] --help" for more information about a command. If you've been using v2 and want/need to upgrade, checkout the [upgrade guide](https://mikefarah.gitbook.io/yq/upgrading-from-v2). ## V4 is in development! -If you're keen - check out the alpha release [here](https://github.com/mikefarah/yq/releases/), or in docker `mikefarah/yq:4.0.0-alpha1` and the docs (also in alpha) [here](https://mikefarah.gitbook.io/yq/v/v4.x-alpha/). +If you're keen - check out the alpha release [here](https://github.com/mikefarah/yq/releases/), or in docker `mikefarah/yq:4-beta1` and the docs (also in beta) [here](https://mikefarah.gitbook.io/yq/v/v4.x-alpha/). V4 is quite different from V3 (sorry for the migration), however it will be much more similar to ```jq```, use a similar expression syntax and therefore support much more complex functionality!