diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index b4ebfd6..ebca9f5 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -1,7 +1,7 @@ # Workflow inspiration and adaptation came from Andruino-Cli # https://github.com/arduino/arduino-cli/blob/master/.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml -name: Deploy Documents 0.18 +name: Deploy Documents 0.17 env: PYTHON_VERSION: "3.9" 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 157c1fa..9c68f3f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -658,7 +658,7 @@ plugins: # Additional configuration extra: version: - default: 0.18 + default: 0.17 provider: mike annotate: json: [ .s2 ]