diff --git a/bash-utils/bash-utils.sh b/bash-utils/bash-utils.sh index 0cd303e1..1c184e66 100644 --- a/bash-utils/bash-utils.sh +++ b/bash-utils/bash-utils.sh @@ -26,7 +26,10 @@ function bashUtilsVersion() { # this is default installation script for utils # ./bash-utils.sh bashUtilsSetup "/var/kiraglob" function bashUtilsSetup() { + + local BASH_UTILS_VERSION="v0.3.56" + local COSIGN_VERSION="v2.0.0" if [ "$1" == "version" ] ; then echo "$BASH_UTILS_VERSION" @@ -2315,17 +2318,3 @@ if declare -f "$1" > /dev/null ; then fi - - - - - - - - - - - - - - diff --git a/bip39gen/cmd/version.go b/bip39gen/cmd/version.go index 849298dd..c00c51b6 100644 --- a/bip39gen/cmd/version.go +++ b/bip39gen/cmd/version.go @@ -6,8 +6,10 @@ import ( "github.com/spf13/cobra" ) + const Bip39GenVersion = "v0.3.56" + func cmdVersion(cmd *cobra.Command, args []string) error { fmt.Println(Bip39GenVersion) return nil diff --git a/build-tools/update_version.py b/build-tools/update_version.py index e4ebcb0f..74158d1a 100644 --- a/build-tools/update_version.py +++ b/build-tools/update_version.py @@ -1,6 +1,7 @@ import re import sys + version = "v0.3.56" if len(sys.argv) != 2: diff --git a/ipfs-api/README.md b/ipfs-api/README.md index 1a08120c..b811547f 100644 --- a/ipfs-api/README.md +++ b/ipfs-api/README.md @@ -5,7 +5,8 @@ A command-line interface (CLI) for interacting with the IPFS API, providing func To install the CLI, clone the repository and build the project using Go.= or dowload from existing release ``` -TOOLS_VERSION="v0.3.56" && rm -rfv /tmp/ipfs-api && \ + TOOLS_VERSION="v0.3.56" && rm -rfv /tmp/ipfs-api && \ + safeWget /tmp/ipfs-api.deb "https://github.com/KiraCore/tools/releases/download/$TOOLS_VERSION/ipfs-api-$(getPlatform)-$(getArch).deb" "QmeqFDLGfwoWgCy2ZEFXerVC5XW8c5xgRyhK5bLArBr2ue" && \ dpkg-deb -x /tmp/ipfs-api.deb /tmp/ipfs-api && cp -fv "/tmp/ipfs-api/bin/ipfs-api" /usr/local/bin/ipfs-api && chmod -v 755 /usr/local/bin/ipfs-api && \ ipfs-api version diff --git a/ipfs-api/types/constants.go b/ipfs-api/types/constants.go index ccd0c2c5..a288eb4b 100644 --- a/ipfs-api/types/constants.go +++ b/ipfs-api/types/constants.go @@ -1,8 +1,11 @@ package types const ( + IpfsApiVersion = "v0.3.56" + + // Pinata v1 constants BASE_URL = "https://api.pinata.cloud" PINFILE = "/pinning/pinFileToIPFS" // Pin file/directory diff --git a/scripts/version.sh b/scripts/version.sh index f7ac0632..8daca4e9 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash + echo "v0.3.56" + diff --git a/validator-key-gen/README.md b/validator-key-gen/README.md index 48a95b9a..f8e02ccc 100644 --- a/validator-key-gen/README.md +++ b/validator-key-gen/README.md @@ -5,8 +5,11 @@ Validator Key Generator is a CLI tool that generates validator keys, node keys, ### Setup from binary file ```bash + TOOLS_VERSION="v0.3.56" + + # Quick-Install bash-utils or see root repository README file for secure download FILE_NAME="bash-utils.sh" && \ wget "https://github.com/KiraCore/tools/releases/download/$TOOLS_VERSION/${FILE_NAME}" -O ./$FILE_NAME && \ diff --git a/validator-key-gen/main.go b/validator-key-gen/main.go index e6851510..3cc09e4c 100644 --- a/validator-key-gen/main.go +++ b/validator-key-gen/main.go @@ -9,8 +9,11 @@ import ( valkeygen "github.com/KiraCore/tools/validator-key-gen/ValKeyGen" ) + const PrivValidatorKeyGenVersion = "v0.3.56" + + func main() { var (