From 89f1dadb19f719129a54d4bb06945fb8d0bc987d Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 8 Oct 2024 01:46:03 +0300 Subject: [PATCH] upd version --- VERSION | 2 +- docs/installation.md | 2 +- docs/tutorial.md | 2 +- mkdocs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 4fd567e..e6f19bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17|latest +0.18|latest diff --git a/docs/installation.md b/docs/installation.md index ab1aefb..ba2e3fb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ``` diff --git a/docs/tutorial.md b/docs/tutorial.md index fc74b68..22c8e55 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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: diff --git a/mkdocs.yml b/mkdocs.yml index d0938dd..0e810ab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -91,7 +91,7 @@ plugins: # Additional configuration extra: version: - default: 0.17 + default: 0.18 provider: mike annotate: json: [ .s2 ]