Skip to content

Commit eb93d15

Browse files
committed
v1.9.0
1 parent 3e68c13 commit eb93d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Solana SDK library for Go
22

3-
[![GoDoc](https://pkg.go.dev/badge/github.com/gagliardetto/solana-go?status.svg)](https://pkg.go.dev/github.com/gagliardetto/solana-go@v1.8.4?tab=doc)
3+
[![GoDoc](https://pkg.go.dev/badge/github.com/gagliardetto/solana-go?status.svg)](https://pkg.go.dev/github.com/gagliardetto/solana-go@v1.9.0?tab=doc)
44
[![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/gagliardetto/solana-go?include_prereleases&label=release-tag)](https://github.com/gagliardetto/solana-go/releases)
55
[![Build Status](https://github.com/gagliardetto/solana-go/workflows/tests/badge.svg?branch=main)](https://github.com/gagliardetto/solana-go/actions?query=branch%3Amain)
66
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/gagliardetto/solana-go/main)](https://www.tickgit.com/browse?repo=github.com/gagliardetto/solana-go&branch=main)
@@ -83,7 +83,7 @@ Thanks!
8383

8484
## Current development status
8585

86-
There is currently **no stable release**. The SDK is actively developed and latest is `v1.8.4` which is an `alpha` release.
86+
There is currently **no stable release**. The SDK is actively developed and latest is `v1.9.0` which is an `alpha` release.
8787

8888
The RPC and WS client implementation is based on [this RPC spec](https://github.com/solana-labs/solana/blob/c2435363f39723cef59b91322f3b6a815008af29/docs/src/developing/clients/jsonrpc-api.md).
8989

@@ -100,7 +100,7 @@ The RPC and WS client implementation is based on [this RPC spec](https://github.
100100

101101
```bash
102102
$ cd my-project
103-
$ go get github.com/gagliardetto/solana-go@v1.8.4
103+
$ go get github.com/gagliardetto/solana-go@v1.9.0
104104
```
105105

106106
## Pretty-Print transactions/instructions

0 commit comments

Comments
 (0)