Skip to content

Commit

Permalink
doc: #52 Update version numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jan 10, 2025
1 parent af51134 commit 2b419bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ To get the latest version, use go1.22 and fetch using the `go get` command. For
go get microcks.io/go-client@latest
```

To get a specific version, use go1.21+ and fetch the desired version using the `go get` command. For example:
To get a specific version, use go1.22 and fetch the desired version using the `go get` command. For example:

```
go get microcks.io/[email protected].0
go get microcks.io/[email protected].1
```

## Quickstart
Expand Down

0 comments on commit 2b419bd

Please sign in to comment.