Skip to content

Commit 3e7ef5d

Browse files
authored
update version in docs (#609)
1 parent 7064b5d commit 3e7ef5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/package-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
packageVersion:
7-
default: "2.4.1"
7+
default: "2.4.4"
88

99
jobs:
1010
build:

pgml-docs/docs/developer_guide/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ That's it, PostgresML is ready. You can validate the installation by running:
125125
postgres=# select pgml.version();
126126
version
127127
-------------------
128-
2.4.1
128+
2.4.4
129129
(1 row)
130130
```
131131

pgml-docs/docs/user_guides/setup/v2/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ That's it, PostgresML is ready. You can validate the installation by running:
215215
postgres=# select pgml.version();
216216
version
217217
-------------------
218-
2.4.1
218+
2.4.4
219219
(1 row)
220220
```
221221

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<script async defer
22
data-website-id="499122fd-f307-4e8d-af4b-88b9f5e9903b"
33
src="https://data.cloud.hyperparam.ai/umami.js">
4-
</script>
4+
</script>

0 commit comments

Comments
 (0)