post release clean up (#2317)

Co-authored-by: henrye <henry@notanemail>
This commit is contained in:
Henry-E 2022-12-15 18:44:12 +00:00 committed by GitHub
parent 347c225a27
commit 9f3d66ff8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ WORKDIR=$(PWD)
#
# Extract anchor version from the Cargo.toml.
#
ANCHOR_CLI=v$(shell awk -F ' = ' '$$1 ~ /version/ { gsub(/[\"]/, "", $$2); printf("%s",$$2) }' ../cli/Cargo.toml)
ANCHOR_CLI=v0.26.0
#
# Solana toolchain.
#

View File

@ -1,5 +1,5 @@
{
"name": "@coral-xyz/spl-token",
"name": "@project-serum/spl-token",
"description": "Anchor client for Solana Program Library Token",
"version": "0.26.0",
"author": "acheron <acheroncrypto@gmail.com>",