From 011a8b410708ba579b90f88450575abf43695a7c Mon Sep 17 00:00:00 2001 From: James Rawlings Date: Thu, 26 Nov 2020 18:00:15 +0000 Subject: [PATCH] docs: update example with new release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3068629..e158fba 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Here's an example which also uses [Jenkins X logging](https://github.com/jenkins import ( "github.com/jenkins-x/jx-kube-client/v3/pkg/kubeclient" "github.com/jenkins-x/jx-logging/v3/pkg/log" - "github.com/jenkins-x/jx-api/v3/pkg/client/clientset/versioned" + "github.com/jenkins-x/jx-api/v4/pkg/client/clientset/versioned" ) func main() {