Skip to content

Commit

Permalink
version: Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exdx committed Sep 11, 2022
1 parent 22df0a4 commit eb9a0c1
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.2"
version = "0.4.0"
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.2";
pub const VERSION: &str = "0.4.0";

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

0 comments on commit eb9a0c1

Please sign in to comment.