diff --git a/docs/bee/installation/shell-script.md b/docs/bee/installation/shell-script.md
index dfe94e85..1bf4465b 100644
--- a/docs/bee/installation/shell-script.md
+++ b/docs/bee/installation/shell-script.md
@@ -61,7 +61,7 @@ values={[
```bash
-curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.6.0 bash
+curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.7.1 bash
```
@@ -69,7 +69,7 @@ curl -s https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TA
**wget**
```bash
-wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.6.0 bash
+wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.7.1 bash
```