From ce10429a0a77a8365079f22edd51c8b0a3dd4730 Mon Sep 17 00:00:00 2001 From: Chris Carlon Date: Sun, 13 Oct 2024 22:44:19 +0100 Subject: [PATCH] DeltaLake refactor --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bacc8ad..e013c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nebby" -version = "0.1.3" +version = "0.1.4" edition = "2021" # Author and License Information diff --git a/src/main.rs b/src/main.rs index fbd2ebe..0a74eae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,