Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slv/cli",
"version": "0.10.1",
"version": "0.10.2",
"exports": "./dist/exe",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion cmn/constants/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// e.g.: VERSION + SOLANA CLI NAME + NETWORK = '0.0.1' only numbers and dots

// SLV version
export const VERSION = '0.10.1'
export const VERSION = '0.10.2'

// Component versions
export const VERSION_SOLANA_TESTNET = '3.1.8'
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"docker:rm": "bash scripts/docker-systemd-rm.sh",
"upload:script": "deno run -A cli/uploadScript.ts",
"upload:exe": "deno run -A cli/uploadExe.ts",
"upload:template": "tar -czf dist/template.tar.gz ./template/0.10.1 && deno run -A cli/uploadTemplate.ts",
"upload:template": "tar -czf dist/template.tar.gz ./template/0.10.2 && deno run -A cli/uploadTemplate.ts",
"purge:cache": "deno run -A cmn/lib/purgeR2Cache.ts"
},
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion sh/0.9.962/install → sh/0.10.2/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.9.962"
VERSION="0.10.2"
BASE_URL="https://storage.slv.dev/slv"
GRPC_TEST_URL_LINUX="https://storage.elsoul.nl/grpc_test"
GRPC_TEST_URL_MAC="https://storage.elsoul.nl/grpc_test_mac"
Expand Down
2 changes: 1 addition & 1 deletion sh/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.10.1"
VERSION="0.10.2"
BASE_URL="https://storage.slv.dev/slv"
GRPC_TEST_URL_LINUX="https://storage.elsoul.nl/grpc_test"
GRPC_TEST_URL_MAC="https://storage.elsoul.nl/grpc_test_mac"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- name: Build Richat plugin-agave using Cargo
shell: |
source ~/.profile
cargo build --release -p richat-plugin-agave --features rustls-install-default-provider
cargo build --release -p richat-plugin-agave
args:
chdir: "{{ richat_src_dir }}"
executable: /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- name: Build Richat plugin-agave using Cargo
shell: |
source ~/.profile
cargo build --release -p richat-plugin-agave --features rustls-install-default-provider
cargo build --release -p richat-plugin-agave
args:
chdir: "{{ richat_src_dir }}"
executable: /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- name: Build Richat plugin-agave using Cargo
shell: |
source ~/.profile
cargo build --release -p richat-plugin-agave --features rustls-install-default-provider
cargo build --release -p richat-plugin-agave
args:
chdir: "{{ richat_src_dir }}"
executable: /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion template/latest