Skip to content

Commit

Permalink
bumped version of vach-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sokorototo committed Mar 13, 2024
1 parent 567d9cc commit 9514dd9
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 vach-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vach-cli"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
authors = [
"Jasper Fortuin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion vach-cli/src/commands/unpack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use indicatif::{ProgressBar, ProgressStyle};
use super::CommandTrait;
use crate::keys::key_names;

pub const VERSION: &str = "0.1.0";
pub const VERSION: &str = "0.1.1";

/// This command extracts an archive into the specified output folder
pub struct Evaluator;
Expand Down

0 comments on commit 9514dd9

Please sign in to comment.