We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359a617 commit 7db4271Copy full SHA for 7db4271
README.md
@@ -17,7 +17,7 @@ The two latest versions of Go is supported. The core decoding package has no
17
external dependencies. The latest release of Go and a few external dependencies
18
are required for running the full test suite and benchmarks.
19
20
-**Latest release:** 0.10.0
+**Latest release:** 0.11.0
21
22
_Note:_ 0.6.0 contains a breaking change, see #46.
23
@@ -53,7 +53,7 @@ Other profile versions may work, but have not been tested.
53
Using Go modules:
54
55
```
56
-$ go get github.com/tormoder/fit@v0.10.0
+$ go get github.com/tormoder/fit@v0.11.0
57
58
59
Using `$GOPATH`:
0 commit comments