Bump version to v0.4.4

This commit is contained in:
Slavomir 2021-09-06 18:36:56 +02:00
parent 611f6cdfaf
commit 18f8518a35
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Solana SDK library for Go
[![GoDoc](https://pkg.go.dev/badge/github.com/gagliardetto/solana-go?status.svg)](https://pkg.go.dev/github.com/gagliardetto/solana-go@v0.4.3?tab=doc)
[![GoDoc](https://pkg.go.dev/badge/github.com/gagliardetto/solana-go?status.svg)](https://pkg.go.dev/github.com/gagliardetto/solana-go@v0.4.4?tab=doc)
[![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)
[![Build Status](https://github.com/gagliardetto/solana-go/workflows/tests/badge.svg?branch=main)](https://github.com/gagliardetto/solana-go/actions?query=branch%3Amain)
[![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)
@ -57,7 +57,7 @@ More contracts to come.
## Current development status
There is currently **no stable release**. The SDK is actively developed and latest is `v0.4.3` which is an `alpha` release.
There is currently **no stable release**. The SDK is actively developed and latest is `v0.4.4` which is an `alpha` release.
The RPC and WS client implementation is based on [this RPC spec](https://github.com/solana-labs/solana/blob/dff9c88193da142693cabebfcd3bf68fa8e8b873/docs/src/developing/clients/jsonrpc-api.md).
@ -71,7 +71,7 @@ The RPC and WS client implementation is based on [this RPC spec](https://github.
```bash
$ cd my-project
$ go get github.com/gagliardetto/solana-go@v0.4.3
$ go get github.com/gagliardetto/solana-go@v0.4.4
$ go get github.com/gagliardetto/binary@v0.4.1
$ go get github.com/gagliardetto/gofuzz@v1.2.2
```