Skip to content

Commit

Permalink
ci(dev): set version to 0.10.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Aug 10, 2023
1 parent fc2413a commit 9561c50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cel-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sqlx-ledger-cel-interpreter"
description = "An interpreter for the Common Expression Language (CEL)"
repository = "https://github.com/GaloyMoney/sqlx-ledger"
version = "0.10.0"
version = "0.10.1-dev"
edition = "2021"
license = "MIT"
categories = ["parsing", "cel"]
Expand All @@ -12,7 +12,7 @@ categories = ["parsing", "cel"]
fail-on-warnings = []

[dependencies]
cel-parser = { path = "../cel-parser", package = "sqlx-ledger-cel-parser", version = "0.10.0" }
cel-parser = { path = "../cel-parser", package = "sqlx-ledger-cel-parser", version = "0.10.1-dev" }

chrono = "0.4"
rust_decimal = "1.30"
Expand Down
2 changes: 1 addition & 1 deletion cel-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sqlx-ledger-cel-parser"
description = "A parser for the Common Expression Language (CEL)"
repository = "https://github.com/GaloyMoney/sqlx-ledger"
version = "0.10.0"
version = "0.10.1-dev"
authors = ["Justin Carter <justin@galoy.io>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "An embeddable double sided accounting ledger built on PG/SQLx"
repository = "https://github.com/GaloyMoney/sqlx-ledger"
documentation = "https://docs.rs/sqlx-ledger"
readme = "../README.md"
version = "0.10.0"
version = "0.10.1-dev"
edition = "2021"
license = "MIT"
categories = ["accounting", "ledger"]
Expand All @@ -15,7 +15,7 @@ fail-on-warnings = []
otel = ["opentelemetry", "tracing-opentelemetry"]

[dependencies]
cel-interpreter = { path = "../cel-interpreter", package = "sqlx-ledger-cel-interpreter", version = "0.10.0" }
cel-interpreter = { path = "../cel-interpreter", package = "sqlx-ledger-cel-interpreter", version = "0.10.1-dev" }

chrono = { version = "0.4", features = ["serde"] }
rust_decimal = "1.30"
Expand Down

0 comments on commit 9561c50

Please sign in to comment.