Skip to content

Commit

Permalink
Increase gitql-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Aug 23, 2023
1 parent 59116fd commit 0d71ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ members = [
gitql-ast = { path = "./crates/gitql-ast", version = "0.1.0" }
gitql-parser = { path = "./crates/gitql-parser", version = "0.2.0" }
gitql-engine = { path = "./crates/gitql-engine", version = "0.3.0" }
gitql-cli = { path = "./crates/gitql-cli", version = "0.2.0" }
gitql-cli = { path = "./crates/gitql-cli", version = "0.3.0" }
git2 = { version = "0.17.1", default-features = false }
2 changes: 1 addition & 1 deletion crates/gitql-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gitql-cli"
authors = ["AmrDeveloper"]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "GitQL Command line interface (CLI) components"
repository = "https://github.com/amrdeveloper/gql/tree/main/crates/gitql-cli"
Expand Down

0 comments on commit 0d71ee2

Please sign in to comment.