Skip to content

Commit

Permalink
Bump to 0.31.0 (bytecodealliance#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Oct 29, 2021
1 parent feaa6d2 commit c992894
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 @@ -25,7 +25,7 @@
## Installation

```sh
go get -u github.com/bytecodealliance/wasmtime-go@v0.30.0
go get -u github.com/bytecodealliance/wasmtime-go@v0.31.0
```

Be sure to check out the [API documentation][api]!
Expand All @@ -51,7 +51,7 @@ If you are a bazel user, add following to your WORKSPACE file:
go_repository(
name = "com_github_bytecodealliance_wasmtime_go",
importpath = "github.com/bytecodealliance/wasmtime-go",
version = "v0.30.0",
version = "v0.31.0",
)
```

Expand Down

0 comments on commit c992894

Please sign in to comment.