From 217620e2472ec59b44004b00faf29aa32b063222 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sun, 7 Jan 2024 19:11:32 -0600 Subject: [PATCH] bump to v0.0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de69a5f..146a828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unmake" description = "a makefile linter" -version = "0.0.15" +version = "0.0.16" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/unmake"