Skip to content

Commit

Permalink
DeltaLake refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 13, 2024
1 parent 3e0246a commit ce10429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nebby"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

# Author and License Information
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use tokio;
use utils::create_progress_bar;

#[derive(Parser, Debug)]
#[command(author = "Christopher Carlon", version = "0.1.3", about = "Nebby! Quickly review basic information about a range of different file formats", long_about = None)]
#[command(author = "Christopher Carlon", version = "0.1.4", about = "Nebby! Quickly review basic information about a range of different file formats", long_about = None)]
struct Cli {
#[command(subcommand)]
command: Commands,
Expand Down

0 comments on commit ce10429

Please sign in to comment.