Skip to content

Commit

Permalink
update readme to v2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Nichols <snichols@vmware.com>
  • Loading branch information
Scott Nichols committed Aug 13, 2021
1 parent f2a0c57 commit 8c23f25
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.4.1
go get github.com/cloudevents/sdk-go/v2@v2.5.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.4.1
% go get github.com/cloudevents/sdk-go/v2@v2.5.0
```

And import the module in your code
Expand Down

0 comments on commit 8c23f25

Please sign in to comment.