Skip to content

Commit 07a0645

Browse files
authored
Merge pull request #75 from exdx/version/bump-0.4.1
version: bump to v0.4.1
2 parents 3fa5b93 + 563c9e4 commit 07a0645

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.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MIT"
66
description = "A utility tool to copy container filesystems easily"

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use clap::{App, Arg};
33

44
use crate::runtime;
55

6-
pub const VERSION: &str = "0.4.0";
6+
pub const VERSION: &str = "0.4.1";
77

88
#[derive(Debug)]
99
pub struct Config {

0 commit comments

Comments
 (0)