Skip to content

Commit

Permalink
Tag v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Oct 23, 2021
1 parent e8d45b2 commit 1d41483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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@v1.0.1?tab=doc)
[![GoDoc](https://pkg.go.dev/badge/github.com/gagliardetto/solana-go?status.svg)](https://pkg.go.dev/github.com/gagliardetto/solana-go@v1.0.2?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)
Expand Down Expand Up @@ -67,7 +67,7 @@ More contracts to come.

## Current development status

There is currently **no stable release**. The SDK is actively developed and latest is `v1.0.1` which is an `alpha` release.
There is currently **no stable release**. The SDK is actively developed and latest is `v1.0.2` 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).

Expand All @@ -79,7 +79,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@v1.0.1
$ go get github.com/gagliardetto/solana-go@v1.0.2
```

## Pretty-Print transactions/instructions
Expand Down

0 comments on commit 1d41483

Please sign in to comment.