File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ Versioning
77----------
88Old v1-v3 versions exist in the root of the repository for compatiblity reasons and will only receive bug fixes.
99
10- The current stable version is [ * v4* ] ( v4/ ) .
10+ The current stable version is [ * v4* ] ( v4/ ) and is fully go-mod compatible .
1111
1212Usage
1313-----
1414``` bash
1515$ go get github.com/blang/semver/v4
16+ # Or use fixed versions
17+ $ go get github.com/blang/semver/v4@v4.0.0
1618```
1719Note: Always vendor your dependencies or fix on a specific version tag.
1820
@@ -99,7 +101,7 @@ if expectedRange(v) {
99101Example
100102-----
101103
102- Have a look at full examples in [ examples/main.go] ( examples/main.go )
104+ Have a look at full examples in [ v4/ examples/main.go] ( v4/ examples/main.go)
103105
104106``` go
105107import github.com /blang/semver/v4
You can’t perform that action at this time.
0 commit comments