Skip to content

Commit 75b30cc

Browse files
committed
release: bump to version v0.46.1
1 parent 98a7fb4 commit 75b30cc

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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.46.0
16+
Licensed Work: Materialize Version v0.46.1
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.46.0"
4+
version = "0.46.1"
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.46.0"
4+
version = "0.46.1"
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.46.0"
4+
version = "0.46.1"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

0 commit comments

Comments
 (0)