Skip to content

Commit e0dd6ce

Browse files
authored
docs: set docs version to v060 (#1038)
1 parent 8f0f803 commit e0dd6ce

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

batcher/aligned/install_aligned.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ BASE_DIR=$HOME
88
ALIGNED_DIR="${ALIGNED_DIR-"$BASE_DIR/.aligned"}"
99
ALIGNED_BIN_DIR="$ALIGNED_DIR/bin"
1010
ALIGNED_BIN_PATH="$ALIGNED_BIN_DIR/aligned"
11-
CURRENT_TAG=$(curl -s -L \
12-
-H "Accept: application/vnd.github+json" \
13-
-H "X-GitHub-Api-Version: 2022-11-28" \
14-
https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
15-
| grep '"tag_name":' | awk -F'"' '{print $4}')
11+
#CURRENT_TAG=$(curl -s -L \
12+
# -H "Accept: application/vnd.github+json" \
13+
# -H "X-GitHub-Api-Version: 2022-11-28" \
14+
# https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
15+
# | grep '"tag_name":' | awk -F'"' '{print $4}')
16+
CURRENT_TAG=v0.6.0
1617
RELEASE_URL="https://github.com/yetanotherco/aligned_layer/releases/download/$CURRENT_TAG/"
1718

1819
ARCH=$(uname -m)

docs/3_guides/1_SDK_how_to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use this SDK in your Rust project, add the following to your `Cargo.toml`:
1212

1313
```toml
1414
[dependencies]
15-
aligned-sdk = { git = "https://github.com/yetanotherco/aligned_layer", tag="v0.7.0" }
15+
aligned-sdk = { git = "https://github.com/yetanotherco/aligned_layer", tag="v0.6.0" }
1616
```
1717

1818
To find the latest release tag go to [releases](https://github.com/yetanotherco/aligned_layer/releases) and copy the

0 commit comments

Comments
 (0)