Skip to content

Commit

Permalink
chore(release): publish core
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gorules committed Jul 27, 2023
1 parent a25850a commit 4b642ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["GoRules Team <[email protected]>"]
description = "Business rules engine"
name = "zen-engine"
license = "MIT"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand All @@ -22,7 +22,7 @@ serde_v8 = { version = "0.103.0" }
once_cell = { version = "1.17.2" }
futures = "0.3.28"
v8 = { version = "0.74.0" }
zen-expression = { path = "../expression", version = "0.7.1" }
zen-expression = { path = "../expression", version = "0.7.2" }

[dev-dependencies]
tokio = { version = "1.28.2", features = ["rt", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion core/expression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["GoRules Team <[email protected]>"]
description = "Zen Expression Language"
name = "zen-expression"
license = "MIT"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand Down

0 comments on commit 4b642ff

Please sign in to comment.