From 508b1547be89e58a89e1a16e93c98825de33fca9 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sat, 30 May 2020 22:47:39 -0500 Subject: [PATCH] 0.0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca37cef08..92d70c764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "coreutils" -version = "0.0.1" +version = "0.0.1" # "0.0.1.1" authors = ["uutils developers"] license = "MIT" description = "coreutils ~ GNU coreutils; implemented as universal (cross-platform) utils, written in Rust"