Skip to content

Commit a406efe

Browse files
committed
ci(dev): set version to 0.10.33-dev
1 parent 37c00f4 commit a406efe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "es-entity"
33
description = "Event Sourcing Entity Framework"
44
repository = "https://github.com/GaloyMoney/es-entity"
55
documentation = "https://docs.rs/es-entity"
6-
version = "0.10.32"
6+
version = "0.10.33-dev"
77
edition = "2024"
88
license = "Apache-2.0"
99
categories = ["data-structures", "database"]
@@ -62,7 +62,7 @@ members = [
6262

6363
[workspace.dependencies]
6464

65-
es-entity-macros = { path = "es-entity-macros", version = "0.10.32" }
65+
es-entity-macros = { path = "es-entity-macros", version = "0.10.33-dev" }
6666

6767
anyhow = "1.0"
6868
async-graphql = { version = "8.0.0-rc.3", default-features = false }

es-entity-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "es-entity-macros"
33
description = "Proc macros for es-entity"
44
repository = "https://github.com/GaloyMoney/cala"
5-
version = "0.10.32"
5+
version = "0.10.33-dev"
66
edition = "2024"
77
license = "Apache-2.0"
88
categories = ["data-structures", "database"]

0 commit comments

Comments
 (0)