Browse Source

bump token & co. (#4612)

* bump token & token cli

* token version fix
Joe C 2 years ago
parent
commit
c5932839f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "spl-token"
-version = "3.5.0"
+version = "4.0.0"
 description = "Solana Program Library Token"
 authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
 repository = "https://github.com/solana-labs/solana-program-library"