Skip to content

Commit

Permalink
Bump version to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefins committed Oct 19, 2024
1 parent dd95eda commit cd6086c
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wdcrypt"
version = "2.3.2"
version = "2.3.3"
authors = ["Stefin <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use clap::Command;

fn main() -> Result<(), Box<dyn std::error::Error>> {
let matches = clap::Command::new("wdcrypt")
.version("2.3.2")
.version("2.3.3")
.author("Stefin [email protected]")
.about("Encrypt your current working directory")
.arg_required_else_help(true)
Expand Down

0 comments on commit cd6086c

Please sign in to comment.