Skip to content

Commit

Permalink
upd version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Oct 9, 2024
1 parent bed7c75 commit 48aeac5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
@@ -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.17
name: Deploy Documents 0.18

env:
PYTHON_VERSION: "3.9"
Expand Down
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 @@ -658,7 +658,7 @@ plugins:
# Additional configuration
extra:
version:
default: 0.17
default: 0.18
provider: mike
annotate:
json: [ .s2 ]
Expand Down

0 comments on commit 48aeac5

Please sign in to comment.