Skip to content

Commit 1f90c0b

Browse files
committed
Update version to 0.6.0-dev.0
Performed by scripts/prepare_release.sh 0.6.0-dev.0 This is to make sure that if someone builds from source it should be clearly visible that they are not using the official 0.5.0 version.
1 parent 30e5c13 commit 1f90c0b

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

Cargo.lock

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

databroker-cli/Cargo.toml

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

1414
[package]
1515
name = "databroker-cli"
16-
version = "0.5.0"
16+
version = "0.6.0-dev.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

databroker-proto/Cargo.toml

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

1414
[package]
1515
name = "databroker-proto"
16-
version = "0.5.0"
16+
version = "0.6.0-dev.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

databroker/Cargo.toml

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

1414
[package]
1515
name = "databroker"
16-
version = "0.5.0"
16+
version = "0.6.0-dev.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

lib/Cargo.lock

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

lib/common/Cargo.toml

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

1414
[package]
1515
name = "kuksa-common"
16-
version = "0.5.0"
16+
version = "0.6.0-dev.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

lib/kuksa/Cargo.toml

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

1414
[package]
1515
name = "kuksa"
16-
version = "0.5.0"
16+
version = "0.6.0-dev.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

lib/sdv/Cargo.toml

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

1414
[package]
1515
name = "kuksa-sdv"
16-
version = "0.5.0"
16+
version = "0.6.0-dev.0"
1717
authors = ["Eclipse KUKSA Project"]
1818
edition = "2021"
1919
license = "Apache-2.0"

0 commit comments

Comments
 (0)