Skip to content

Commit

Permalink
Merge pull request #75 from exdx/version/bump-0.4.1
Browse files Browse the repository at this point in the history
version: bump to v0.4.1
  • Loading branch information
exdx authored Oct 31, 2022
2 parents 3fa5b93 + 563c9e4 commit 07a0645
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.4.0"
version = "0.4.1"
edition = "2021"
license = "MIT"
description = "A utility tool to copy container filesystems easily"
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use clap::{App, Arg};

use crate::runtime;

pub const VERSION: &str = "0.4.0";
pub const VERSION: &str = "0.4.1";

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

0 comments on commit 07a0645

Please sign in to comment.