From 5d62502bde0bd5463ce14b62b39f07a54077013b Mon Sep 17 00:00:00 2001 From: Alex Grin <362784+lyoshenka@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:40:58 -0500 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d1cf29a..a14dc0b 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ lbry.go is a set of tools and projects implemented in Golang. See each subfolder for more details +**there are significant updates in the [v3 branch](https://github.com/lbryio/lbry.go/tree/v3). if you're starting a new project, strongly consider using that version instead** + [![Build Status](https://travis-ci.org/lbryio/lbry.go.svg?branch=master)](https://travis-ci.org/lbryio/lbry.go) This project uses Go modules. Make sure you have Go 1.11+ installed.