Skip to content

Commit

Permalink
Bump version to 0.15.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Nov 15, 2024
1 parent 4b1f50b commit 238804a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 238804a

Please sign in to comment.