diff --git a/crates/go/src/lib.rs b/crates/go/src/lib.rs index 4caf53a04..d72b2ae9d 100644 --- a/crates/go/src/lib.rs +++ b/crates/go/src/lib.rs @@ -45,7 +45,7 @@ fn remote_pkg(name: &str) -> String { } /// The version of github.com/bytecodealliance/go-pkg that's being used -const REMOTE_PKG_VERSION: &str = "v0.2.1"; +const REMOTE_PKG_VERSION: &str = "v0.2.2"; /// If a user specifies the `pkg_name` flag, the required version for the /// shared remote package isn't recorded. This enables downstream users to retrieve the version programmatically.