1212 <a href="https://github.com/bytecodealliance/wasmtime-go/actions?query=workflow%3ACI">
1313 <img src="https://github.com/bytecodealliance/wasmtime-go/workflows/CI/badge.svg" alt="CI status"/>
1414 </a>
15- <a href="https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v41 ">
16- <img src="https://godoc.org/github.com/bytecodealliance/wasmtime-go/v41 ?status.svg" alt="Documentation"/>
15+ <a href="https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v42 ">
16+ <img src="https://godoc.org/github.com/bytecodealliance/wasmtime-go/v42 ?status.svg" alt="Documentation"/>
1717 </a>
1818 <a href="https://bytecodealliance.github.io/wasmtime-go/coverage.html">
1919 <img src="https://img.shields.io/badge/coverage-main-green" alt="Code Coverage"/>
2525## Installation
2626
2727``` sh
28- go get -u github.com/bytecodealliance/wasmtime-go/v41@v41 .0.1
28+ go get -u github.com/bytecodealliance/wasmtime-go/v42@v42 .0.1
2929```
3030
3131Be sure to check out the [ API documentation] [ api ] !
@@ -39,16 +39,16 @@ need to arrange to build Wasmtime and use `CGO_*` env vars to compile correctly.
3939
4040This project has been tested with Go 1.13 or later.
4141
42- [ api ] : https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v41
42+ [ api ] : https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v42
4343[ wasmtime ] : https://github.com/bytecodealliance/wasmtime
4444
4545If you are a bazel user, add following to your WORKSPACE file:
4646
4747```
4848go_repository(
4949 name = "com_github_bytecodealliance_wasmtime_go",
50- importpath = "github.com/bytecodealliance/wasmtime-go/v41 ",
51- version = "v41 .0.1",
50+ importpath = "github.com/bytecodealliance/wasmtime-go/v42 ",
51+ version = "v42 .0.1",
5252)
5353```
5454
@@ -61,7 +61,7 @@ package main
6161
6262import (
6363 " fmt"
64- " github.com/bytecodealliance/wasmtime-go/v41 "
64+ " github.com/bytecodealliance/wasmtime-go/v42 "
6565)
6666
6767func main () {
@@ -179,8 +179,8 @@ Once merged checkout `main` and do:
179179$ rm .gitignore
180180$ python3 ci/download-wasmtime.py
181181$ git add .
182- $ git commit -m 'v41 .0.0 release artifacts'
183- $ git tag v41 .0.0
182+ $ git commit -m 'v42 .0.0 release artifacts'
183+ $ git tag v42 .0.0
184184```
185185
186186and push up the tag
0 commit comments