Skip to content

Commit 3ee9fe2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0";
48+
const REMOTE_PKG_VERSION: &str = "v0.2.1";
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)