Skip to content

Commit 608b31a

Browse files
authored
Merge pull request #257 from raicabogdan/5.9.x
Changed version 5.7.0 to 5.9.0
2 parents ac46de1 + d4ed575 commit 608b31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/upgrade.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Phalcon can be installed using PECL.
1919

2020
```
2121
pecl install phalcon
22-
// pecl install phalcon-5.7.0
22+
// pecl install phalcon-5.9.0
2323
```
2424

2525
**Alternative installation**
@@ -36,7 +36,7 @@ Compile Phalcon
3636

3737
```bash
3838
cd cphalcon/
39-
git checkout tags/5.7.0 ./
39+
git checkout tags/5.9.0 ./
4040
zephir fullclean
4141
zephir build
4242
```

0 commit comments

Comments
 (0)