Skip to content

Commit 4b0dc3c

Browse files
authored
Bump to 0.40.0 (#143)
1 parent 039ce06 commit 4b0dc3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
## Installation
2626

2727
```sh
28-
go get -u github.com/bytecodealliance/wasmtime-go@v0.39.0
28+
go get -u github.com/bytecodealliance/wasmtime-go@v0.40.0
2929
```
3030

3131
Be sure to check out the [API documentation][api]!
@@ -48,7 +48,7 @@ If you are a bazel user, add following to your WORKSPACE file:
4848
go_repository(
4949
name = "com_github_bytecodealliance_wasmtime_go",
5050
importpath = "github.com/bytecodealliance/wasmtime-go",
51-
version = "v0.39.0",
51+
version = "v0.40.0",
5252
)
5353
```
5454

ci/download-wasmtime.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import glob
1111

1212

13-
version = '0.39.1'
13+
version = '0.40.0'
1414
urls = [
1515
['wasmtime-v{}-x86_64-mingw-c-api.zip', 'windows-x86_64'],
1616
['wasmtime-v{}-x86_64-linux-c-api.tar.xz', 'linux-x86_64'],

0 commit comments

Comments
 (0)