We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b37ec commit 3ee9fe2Copy full SHA for 3ee9fe2
crates/go/src/lib.rs
@@ -45,7 +45,7 @@ fn remote_pkg(name: &str) -> String {
45
}
46
47
/// The version of github.com/bytecodealliance/go-pkg that's being used
48
-const REMOTE_PKG_VERSION: &str = "v0.2.0";
+const REMOTE_PKG_VERSION: &str = "v0.2.1";
49
50
/// If a user specifies the `pkg_name` flag, the required version for the
51
/// shared remote package isn't recorded. This enables downstream users to retrieve the version programmatically.
0 commit comments