Skip to content

Commit

Permalink
Bump to 0.26.0 (bytecodealliance#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 5, 2021
1 parent b39acdd commit 3d90915
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.25.0
go get -u github.com/bytecodealliance/wasmtime-go@v0.26.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.25.0",
version = "v0.26.0",
)
```

Expand Down

0 comments on commit 3d90915

Please sign in to comment.