From de7eaeac42fcff28667cfb71fe673482e41c0859 Mon Sep 17 00:00:00 2001 From: Harish Marri Date: Mon, 26 Aug 2024 22:56:48 +0530 Subject: [PATCH] update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3c2aeae..13941b9 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ OmniFlix Hub blockchain is built using Cosmos-SDK and CometBFT - 1TB SSD Storage ### Go Requirement -- go 1.21.3 + +- go 1.22.5 + ``` sudo rm -rf /usr/local/go wget -q -O - https://git.io/vQhTU | bash -s -- --remove @@ -24,7 +24,7 @@ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.21.3 ``` git clone https://github.com/Omniflix/omniflixhub.git cd omniflixhub -git checkout v4.0.0 +git checkout v4.1.1 go mod tidy make install ```