Przeglądaj źródła

Update scripts/spl-token-cli-version.sh with latest SPL Token CLI version (#1823)

Update splTokenCliVersion to latest spl token cli release version
Will Hickey 1 rok temu
rodzic
commit
73c7150bb1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/spl-token-cli-version.sh

+ 1 - 1
scripts/spl-token-cli-version.sh

@@ -1,5 +1,5 @@
 # populate this on the stable branch
-splTokenCliVersion=
+splTokenCliVersion=3.4.1
 
 maybeSplTokenCliVersionArg=
 if [[ -n "$splTokenCliVersion" ]]; then