Skip to content

Commit 48aeac5

Browse files
authored
upd version (#49)
1 parent bed7c75 commit 48aeac5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy-documents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Workflow inspiration and adaptation came from Andruino-Cli
22
# https://github.com/arduino/arduino-cli/blob/master/.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml
33

4-
name: Deploy Documents 0.17
4+
name: Deploy Documents 0.18
55

66
env:
77
PYTHON_VERSION: "3.9"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17|latest
1+
0.18|latest

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can also download the latest release PHAR from [GitHub][zephir_releases]. Pl
8383
Clone the latest tag from GitHub, install dependencies, and run Zephir from there:
8484

8585
```bash
86-
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
86+
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
8787
composer install
8888
```
8989

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If everything is well, you should see the following help (or something very simi
2323
/____/\___/ .___/_/ /_/_/_/
2424
/_/
2525
26-
Zephir 0.17.0 by the Phalcon Team
26+
Zephir 0.18.0 by the Phalcon Team
2727
Thanks to the work by: Andres Gutierrez and Serghei Iakovlev (source)
2828
2929
Usage:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ plugins:
658658
# Additional configuration
659659
extra:
660660
version:
661-
default: 0.17
661+
default: 0.18
662662
provider: mike
663663
annotate:
664664
json: [ .s2 ]

0 commit comments

Comments
 (0)