Skip to content

Commit

Permalink
release: version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gc-victor committed Nov 10, 2023
1 parent 3ae47a1 commit c21bbe8
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query"
version = "0.3.1-prerelease"
version = "0.3.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use tracing_subscriber::FmtSubscriber;

#[derive(Parser)]
#[command(name = "Query")]
#[command(version = "0.3.1-prerelease")]
#[command(version = "0.3.1")]
#[command(about = "The CLI to manage your Query Server instance", long_about = None)]
struct Cli {
#[command(subcommand)]
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query-server"
version = "0.3.1-prerelease"
version = "0.3.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit c21bbe8

Please sign in to comment.