Skip to content
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17|latest
0.18|latest
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can also download the latest release PHAR from [GitHub][zephir_releases]. Pl
Clone the latest tag from GitHub, install dependencies, and run Zephir from there:

```bash
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
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
composer install
```

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If everything is well, you should see the following help (or something very simi
/____/\___/ .___/_/ /_/_/_/
/_/

Zephir 0.17.0 by the Phalcon Team
Zephir 0.18.0 by the Phalcon Team
Thanks to the work by: Andres Gutierrez and Serghei Iakovlev (source)

Usage:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ plugins:
# Additional configuration
extra:
version:
default: 0.17
default: 0.18
provider: mike
annotate:
json: [ .s2 ]
Expand Down