From c992894a7d6c428caae2814914c4c97d37e2e204 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 29 Oct 2021 10:35:12 -0500 Subject: [PATCH] Bump to 0.31.0 (#104) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eec3db6014f7..15818ff2e87f 100644 --- a/README.md +++ b/README.md @@ -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]! @@ -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", ) ```