bump v0.4.1

This commit is contained in:
DataHearth 2022-02-20 23:08:22 +01:00
parent d9c1598a54
commit 51955ef09f
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.4.0"
version = "0.4.1"
dependencies = [
"chrono",
"clap",

View File

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