Skip to content

Commit eb9a0c1

Browse files
committed
version: Bump to 0.4.0
1 parent 22df0a4 commit eb9a0c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcp"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT"
66
description = "A utility tool to copy container filesystems easily"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern crate pretty_env_logger;
1515
#[macro_use]
1616
extern crate log;
1717

18-
pub const VERSION: &str = "0.3.2";
18+
pub const VERSION: &str = "0.4.0";
1919

2020
#[derive(Debug)]
2121
pub struct Config {

0 commit comments

Comments
 (0)