Skip to content

Commit 9b01943

Browse files
authored
upd version (#47)
1 parent cacb26a commit 9b01943

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17|latest
1+
0.18|latest

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can also download the latest release PHAR from [GitHub][zephir_releases]. Pl
8383
Clone the latest tag from GitHub, install dependencies, and run Zephir from there:
8484

8585
```bash
86-
git clone --depth 1 -b $(git ls-remote https://github.com/zephir-lang/zephir 0.17.* | sort -t/ -k3 -Vr | head -n1 | awk -F/ '{ print $NF }') https://github.com/zephir-lang/zephir
86+
git clone --depth 1 -b $(git ls-remote https://github.com/zephir-lang/zephir 0.18.* | sort -t/ -k3 -Vr | head -n1 | awk -F/ '{ print $NF }') https://github.com/zephir-lang/zephir
8787
composer install
8888
```
8989

docs/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If everything is well, you should see the following help (or something very simi
2323
/____/\___/ .___/_/ /_/_/_/
2424
/_/
2525
26-
Zephir 0.17.0 by the Phalcon Team
26+
Zephir 0.18.0 by the Phalcon Team
2727
Thanks to the work by: Andres Gutierrez and Serghei Iakovlev (source)
2828
2929
Usage:

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ plugins:
9191
# Additional configuration
9292
extra:
9393
version:
94-
default: 0.17
94+
default: 0.18
9595
provider: mike
9696
annotate:
9797
json: [ .s2 ]

0 commit comments

Comments
 (0)