Skip to content

Commit cf03f43

Browse files
committed
Bump to 0.15.1 for release
1 parent 238804a commit cf03f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can run the convenience script in this repo to download the compiler to
3737
1. Add this package to your project:
3838

3939
```console
40-
zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.15.0.tar.gz
40+
zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.15.1.tar.gz
4141
```
4242

4343
2. (Optional) if you want to generate a keypair during building, you'll also

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "solana-program-sdk",
3-
.version = "0.15.0",
3+
.version = "0.15.1",
44
.minimum_zig_version = "0.13.0",
55

66
// This field is optional.

0 commit comments

Comments
 (0)