From e0115d99efa77ca6ad2bea458d33bb47a5b512e6 Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Mon, 29 Apr 2019 16:44:19 +0200 Subject: [PATCH] Version fixes --- knative-OCP-4x.md | 2 +- knative-v0.5.0-OCP-4x.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/knative-OCP-4x.md b/knative-OCP-4x.md index 130c7ab..780f24d 100644 --- a/knative-OCP-4x.md +++ b/knative-OCP-4x.md @@ -33,7 +33,7 @@ git clone https://github.com/openshift-cloud-functions/knative-operators cd knative-operators/ git fetch --tags - git checkout openshift-v0.5.0 + git checkout openshift-v0.4.0 ``` 3. Navigate to the newly cloned repository and run the `install.sh` script. diff --git a/knative-v0.5.0-OCP-4x.md b/knative-v0.5.0-OCP-4x.md index d47ff89..7e88bfe 100644 --- a/knative-v0.5.0-OCP-4x.md +++ b/knative-v0.5.0-OCP-4x.md @@ -33,7 +33,7 @@ git clone https://github.com/openshift-cloud-functions/knative-operators cd knative-operators/ git fetch --tags - git checkout openshift-v0.4.0 + git checkout openshift-v0.5.0 ``` 3. Navigate to the newly cloned repository and run the `install.sh` script.