Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated version number #526

Merged
merged 1 commit into from
Nov 16, 2023
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
4 changes: 2 additions & 2 deletions docs/bee/installation/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Prerequisites for installing direct from source are:
3. Checkout the required version:

```bash
git checkout v1.17.5
git checkout v1.17.6
```

4. Build the binary:
Expand All @@ -47,7 +47,7 @@ Prerequisites for installing direct from source are:
```

```
1.17.5
1.17.6
```

6. (optional) Additionally, you may also like to move the Bee binary to somewhere in your `$PATH`
Expand Down
2 changes: 1 addition & 1 deletion docs/bee/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In order to avoid accidentally upgrading your Bee containers, or deadlocks resul
#### Specific Versions

```bash
docker pull ethersphere/bee:1.17.5
docker pull ethersphere/bee:1.17.6
```

#### Using Tags
Expand Down
12 changes: 6 additions & 6 deletions docs/bee/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ Need to get 0 B/27.2 MB of archives.
After this operation, 50.8 MB of additional disk space will be used.
Selecting previously unselected package bee.
(Reading database ... 82381 files and directories currently installed.)
Preparing to unpack .../archives/bee_1.17.5_amd64.deb ...
Unpacking bee (1.17.5) ...
Setting up bee (1.17.5) ...
Preparing to unpack .../archives/bee_1.17.6_amd64.deb ...
Unpacking bee (1.17.6) ...
Setting up bee (1.17.6) ...

Logs: journalctl -f -u bee.service
Config: /etc/bee/bee.yaml
Expand Down Expand Up @@ -170,13 +170,13 @@ Use either of the following commands to run the script and install Bee:
#### wget

```bash
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.5 bash
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.6 bash
```

#### curl

```bash
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.5 bash
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.6 bash
```
### Build from source
If neither of the above methods works for your system, you can see our guide for [building directly from source](/docs/bee/installation/build-from-source).
Expand Down Expand Up @@ -427,7 +427,7 @@ bee version
```

```
1.17.5
1.17.6
```

Once the Bee node has been funded, the chequebook deployed, and postage stamp
Expand Down
6 changes: 3 additions & 3 deletions docs/bee/working-with-bee/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Need to get 0 B/27.2 MB of archives.
After this operation, 73.7 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 103686 files and directories currently installed.)
Preparing to unpack .../archives/bee_1.17.5_amd64.deb ...
Unpacking bee (1.17.5) over (1.17.3) ...
Setting up bee (1.17.5) ...
Preparing to unpack .../archives/bee_1.17.6_amd64.deb ...
Unpacking bee (1.17.6) over (1.17.3) ...
Setting up bee (1.17.6) ...
Installing new version of config file /etc/default/bee ...
```

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/access-the-swarm/upload-and-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ swarm-cli status
Bee
API: http://localhost:1633 [OK]
Debug API: http://localhost:1635 [OK]
Version: 1.17.5-50fcec7b
Version: 1.17.6-50fcec7b
Mode: full

Topology
Expand Down
Loading