Skip to content

Commit f547169

Browse files
committed
Bump to 0.13.1
1 parent 88aac41 commit f547169

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
@@ -38,7 +38,7 @@ You can run the convenience script in this repo to download the compiler to
3838

3939
```console
4040
zig fetch --save https://github.com/joncinque/base58-zig/archive/refs/tags/v0.13.3.tar.gz
41-
zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.13.0.tar.gz
41+
zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.13.1.tar.gz
4242
```
4343

4444
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.13.0",
3+
.version = "0.13.1",
44
.minimum_zig_version = "0.12.0",
55

66
// This field is optional.

0 commit comments

Comments
 (0)