Skip to content

Commit

Permalink
upd version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Oct 7, 2024
1 parent cacb26a commit 9b01943
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 9b01943

Please sign in to comment.