From 7db427145f187621ae601089f108e577ae8ec984 Mon Sep 17 00:00:00 2001 From: Tormod Erevik Lea Date: Fri, 5 Nov 2021 07:55:27 +0100 Subject: [PATCH] README.md: v0.11.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50ac7db..821ee7a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The two latest versions of Go is supported. The core decoding package has no external dependencies. The latest release of Go and a few external dependencies are required for running the full test suite and benchmarks. -**Latest release:** 0.10.0 +**Latest release:** 0.11.0 _Note:_ 0.6.0 contains a breaking change, see #46. @@ -53,7 +53,7 @@ Other profile versions may work, but have not been tested. Using Go modules: ``` -$ go get github.com/tormoder/fit@v0.10.0 +$ go get github.com/tormoder/fit@v0.11.0 ``` Using `$GOPATH`: