Skip to content

Commit 22b33ff

Browse files
committed
release: bump to version v0.74.2
1 parent 0ad36fd commit 22b33ff

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Business Source License 1.1
1313

1414
Licensor: Materialize, Inc.
1515

16-
Licensed Work: Materialize Version v0.74.0
16+
Licensed Work: Materialize Version v0.74.2
1717
The Licensed Work is © 2023 Materialize, Inc.
1818

1919
Additional Use Grant: Within a single installation of Materialize, you

src/clusterd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-clusterd"
33
description = "Materialize's cluster server."
4-
version = "0.74.0"
4+
version = "0.74.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-environmentd"
33
description = "Manages a single Materialize environment."
4-
version = "0.74.0"
4+
version = "0.74.2"
55
authors = ["Materialize, Inc."]
66
license = "proprietary"
77
edition.workspace = true

src/persist-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-persist-client"
33
description = "Client for Materialize pTVC durability system"
4-
version = "0.74.0"
4+
version = "0.74.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/testdrive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-testdrive"
33
description = "Integration test driver for Materialize."
4-
version = "0.74.0"
4+
version = "0.74.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

0 commit comments

Comments
 (0)