From 7033ae1cb185a8d8ebc492d2cea5e5ef51b835f0 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 7 Jul 2024 03:10:07 +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 e6f19bd..4fd567e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18|latest +0.17|latest diff --git a/docs/installation.md b/docs/installation.md index ba2e3fb..ab1aefb 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.18.* | 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.17.* | 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 22c8e55..fc74b68 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.18.0 by the Phalcon Team +Zephir 0.17.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 7b0a8f0..a0c9e1b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -91,7 +91,7 @@ plugins: # Additional configuration extra: version: - default: 0.18 + default: 0.17 provider: mike annotate: json: [ .s2 ]