Skip to content

Commit 4642b6b

Browse files
authored
chore: bump go-pkg version (#1645)
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent 1ccc7c7 commit 4642b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/go/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn remote_pkg(name: &str) -> String {
4545
}
4646

4747
/// The version of github.com/bytecodealliance/go-pkg that's being used
48-
const REMOTE_PKG_VERSION: &str = "v0.2.1";
48+
const REMOTE_PKG_VERSION: &str = "v0.2.2";
4949

5050
/// If a user specifies the `pkg_name` flag, the required version for the
5151
/// shared remote package isn't recorded. This enables downstream users to retrieve the version programmatically.

0 commit comments

Comments
 (0)