Skip to content

Commit 144c529

Browse files
authored
Montana/2.4.8 (#654)
1 parent 29398c6 commit 144c529

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.7"
7+
default: "2.4.8"
88

99
jobs:
1010
build:

pgml-dashboard/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-dashboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgml-dashboard"
3-
version = "2.4.7"
3+
version = "2.4.8"
44
edition = "2021"
55
authors = ["Lev Kokotov <lev@postgresml.org>"]
66
license = "MIT"

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.7
128+
2.4.8
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.7
218+
2.4.8
219219
(1 row)
220220
```
221221

pgml-extension/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgml"
3-
version = "2.4.7"
3+
version = "2.4.8"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)