Skip to content

Commit 2cf05bb

Browse files
authored
bump version (#151)
1 parent b3833ac commit 2cf05bb

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

docs/installation/build-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git describe --tags
3131
3) Checkout the required version:
3232

3333
```sh
34-
git checkout v0.5.1
34+
git checkout v0.5.2
3535
```
3636

3737
4) Build the binary:
@@ -47,7 +47,7 @@ dist/bee version
4747
```
4848

4949
```
50-
0.5.1
50+
0.5.2
5151
```
5252

5353
6) (optional) Additionally, you may also like to move the Bee binary to somewhere in your `$PATH`

docs/installation/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker pull ethersphere/bee:beta
7171
#### Specific Versions
7272

7373
```sh
74-
docker pull ethersphere/bee:0.5.1
74+
docker pull ethersphere/bee:0.5.2
7575
```
7676

7777
#### Edge
@@ -91,13 +91,13 @@ Configuration files for Bee and Bee Clef are provided to enable quick and easy i
9191
First, retrieve the current `docker-compose.yaml` file.
9292

9393
```sh
94-
wget -q https://raw.githubusercontent.com/ethersphere/bee/v0.5.1/packaging/docker/docker-compose.yml
94+
wget -q https://raw.githubusercontent.com/ethersphere/bee/v0.5.2/packaging/docker/docker-compose.yml
9595
```
9696

9797
Next, create a `.env` file using the example file provided. This file will be responsible for storing configuration and secrets for our Bee and Bee Clef applications.
9898

9999
```sh
100-
wget -q https://raw.githubusercontent.com/ethersphere/bee/v0.5.1/packaging/docker/env -O .env
100+
wget -q https://raw.githubusercontent.com/ethersphere/bee/v0.5.2/packaging/docker/env -O .env
101101
```
102102

103103
There are some important configuration parameters which must be set in order for our projects to work. To affect configuration in the `.env` file, we first remove the `#` at the beginning of the line and then change the value after `=` to our desired config.

docs/installation/manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ To install the binary using our quick install script, run either one of the foll
1313

1414
#### wget
1515
```sh
16-
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v0.5.1 bash
16+
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v0.5.2 bash
1717
```
1818

1919
#### curl
2020
```sh
21-
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v0.5.1 bash
21+
curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v0.5.2 bash
2222
```
2323

2424
### Bee Clef External Signer
@@ -34,7 +34,7 @@ bee version
3434
```
3535

3636
```
37-
0.5.1
37+
0.5.2
3838
```
3939

4040
Now your Bee node is installed, you can fund your node with gBZZ join us in the swarm! 🐝 🐝 🐝 🐝 🐝

docs/installation/quick-start.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,49 +33,49 @@ Follow post install guide in terminal for initial configuration and how to start
3333
#### AMD64
3434

3535
```sh
36-
wget https://github.com/ethersphere/bee/releases/download/v0.5.1/bee_0.5.1_amd64.deb
37-
sudo dpkg -i bee_0.5.1_amd64.deb
36+
wget https://github.com/ethersphere/bee/releases/download/v0.5.2/bee_0.5.2_amd64.deb
37+
sudo dpkg -i bee_0.5.2_amd64.deb
3838
```
3939

4040
#### ARM (Raspberry Pi)
4141

4242
##### ARMv7
4343

4444
```sh
45-
wget https://github.com/ethersphere/bee/releases/download/v0.5.1/bee_0.5.1_armv7.deb
46-
sudo dpkg -i bee_0.5.1_armv7.deb
45+
wget https://github.com/ethersphere/bee/releases/download/v0.5.2/bee_0.5.2_armv7.deb
46+
sudo dpkg -i bee_0.5.2_armv7.deb
4747
```
4848

4949
##### ARM64
5050

5151
```sh
52-
wget https://github.com/ethersphere/bee/releases/download/v0.5.1/bee_0.5.1_arm64.deb
53-
sudo dpkg -i bee_0.5.1_arm64.deb
52+
wget https://github.com/ethersphere/bee/releases/download/v0.5.2/bee_0.5.2_arm64.deb
53+
sudo dpkg -i bee_0.5.2_arm64.deb
5454
```
5555

5656
### CentOS
5757

5858
#### AMD64
5959

6060
```sh
61-
wget https://github.com/ethersphere/bee/releases/download/v0.5.1/bee_0.5.1_amd64.rpm
62-
sudo rpm -i bee_0.5.1_amd64.rpm
61+
wget https://github.com/ethersphere/bee/releases/download/v0.5.2/bee_0.5.2_amd64.rpm
62+
sudo rpm -i bee_0.5.2_amd64.rpm
6363
```
6464

6565
#### ARM (Raspberry Pi)
6666

6767
##### ARMv7
6868

6969
```sh
70-
wget https://github.com/ethersphere/bee/releases/download/v0.5.1/bee_0.5.1_armv7.rpm
71-
sudo rpm -i bee_0.5.1_armv7.rpm
70+
wget https://github.com/ethersphere/bee/releases/download/v0.5.2/bee_0.5.2_armv7.rpm
71+
sudo rpm -i bee_0.5.2_armv7.rpm
7272
```
7373

7474
##### ARM64
7575

7676
```sh
77-
wget https://github.com/ethersphere/bee/releases/download/v0.5.1/bee_0.5.1_arm64.rpm
78-
sudo rpm -i bee_0.5.1_arm64.rpm
77+
wget https://github.com/ethersphere/bee/releases/download/v0.5.2/bee_0.5.2_arm64.rpm
78+
sudo rpm -i bee_0.5.2_arm64.rpm
7979
```
8080

8181
### MacOS

0 commit comments

Comments
 (0)