Skip to content

Commit ce10429

Browse files
committed
DeltaLake refactor
1 parent 3e0246a commit ce10429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nebby"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55

66
# Author and License Information

Diff for: src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use tokio;
1717
use utils::create_progress_bar;
1818

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

0 commit comments

Comments
 (0)