chore: README and name ver

This commit is contained in:
2020-11-21 22:01:15 +08:00
parent 474e2048ac
commit 940d280e6a
2 changed files with 6 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ use rust_util::util_file;
pub use docker_util::DockerCmd;
fn main() {
information!("dockerbuild v0.1.1");
information!("{} v{}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
let docker_build_config = config::load_docker_build_config().expect("Read config failed, not found or parse error!");