Skip to content

Commit 238804a

Browse files
authored
Bump version to 0.15.0 (#8)
1 parent 4b1f50b commit 238804a

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.14.2.tar.gz
40+
zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.15.0.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.14.2",
3+
.version = "0.15.0",
44
.minimum_zig_version = "0.13.0",
55

66
// This field is optional.

0 commit comments

Comments
 (0)