From 1ec59378106be20df28ea009e069354b868bfeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Fri, 1 Dec 2023 16:17:07 +0100 Subject: [PATCH] update conduit version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46e972b33..6cb131a9f 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Download the right `.deb` file for your machine architecture from the [latest release](https://github.com/conduitio/conduit/releases/latest), then run: ```sh -dpkg -i conduit_0.6.0_Linux_x86_64.deb +dpkg -i conduit_0.8.0_Linux_x86_64.deb ``` ### RPM @@ -122,7 +122,7 @@ Download the right `.rpm` file for your machine architecture from the [latest release](https://github.com/conduitio/conduit/releases/latest), then run: ```sh -rpm -i conduit_0.6.0_Linux_x86_64.rpm +rpm -i conduit_0.8.0_Linux_x86_64.rpm ``` ### Build from source