Skip to content

Commit

Permalink
update readme to point to new release (#731)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Nichols <scott@chainguard.dev>
  • Loading branch information
n3wscott authored Oct 22, 2021
1 parent ae0dc5a commit ba82e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _Note:_ Supported go version: 1.14+
Add the module as dependency using go mod:

```shell
go get github.com/cloudevents/sdk-go/v2@v2.5.0
go get github.com/cloudevents/sdk-go/v2@v2.6.0
```

And import the module in your code
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _Note:_ Supported
Add the module as dependency using go mod:

```
% go get github.com/cloudevents/sdk-go/v2@v2.5.0
% go get github.com/cloudevents/sdk-go/v2@v2.6.0
```

And import the module in your code
Expand Down

0 comments on commit ba82e92

Please sign in to comment.