From 5e175c61a1ff8fe954c54d44c2f0900b87baeb73 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Tue, 2 May 2023 19:44:47 -0500 Subject: [PATCH] bump to v0.0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9ac780..2a52636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unmake" description = "a makefile linter" -version = "0.0.8" +version = "0.0.9" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/unmake"