Skip to content

Commit

Permalink
*: bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exdx committed Sep 5, 2022
1 parent 1c2b90b commit f2dfb22
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 = "dcp"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "MIT"
description = "A utility tool to copy container filesystems easily"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern crate pretty_env_logger;
#[macro_use]
extern crate log;

pub const VERSION: &str = "0.3.1";
pub const VERSION: &str = "0.3.2";

#[derive(Debug)]
pub struct Config {
Expand Down

0 comments on commit f2dfb22

Please sign in to comment.