Skip to content

Commit

Permalink
chore: last attempt at bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed May 15, 2024
1 parent 785b0b3 commit cea1b57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqruff"
description = "A high-speed SQL linter."
version = "0.4.6"
version = "0.4.7"
edition = "2021"
license = "Apache-2.0"
default-run = "sqruff"
Expand All @@ -14,7 +14,7 @@ harness = false
jemalloc = ["jemallocator"]

[dependencies]
sqruff-lib = { version = "0.4.6", path = "../lib" }
sqruff-lib = { version = "0.4.7", path = "../lib" }
clap = { version = "4", features = ["derive"] }
console = "0.15.8"

Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqruff-lib"
description = "A high-speed SQL linter."
version = "0.4.6"
version = "0.4.7"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit cea1b57

Please sign in to comment.