diff --git a/README.md b/README.md index cee9523..8940195 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can run the convenience script in this repo to download the compiler to 1. Add this package to your project: ```console -zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.14.2.tar.gz +zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.15.0.tar.gz ``` 2. (Optional) if you want to generate a keypair during building, you'll also diff --git a/build.zig.zon b/build.zig.zon index cd3ab94..b22ddd1 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "solana-program-sdk", - .version = "0.14.2", + .version = "0.15.0", .minimum_zig_version = "0.13.0", // This field is optional.