bump v0.4.0

This commit is contained in:
DataHearth 2022-02-20 18:42:20 +01:00
parent 56a75edf69
commit 3d3970b524
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -70,7 +70,7 @@ dependencies = [
[[package]]
name = "clear-docker-images"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"chrono",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "clear-docker-images"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Antoine <DataHearth> Langlois"]
description = "small binary to clean up docker images (mostly in CI)"