From 6cfd584424fe834377c2ef0ebff58a20bf1e736b Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Thu, 4 Jan 2024 00:57:22 -0600 Subject: [PATCH] bump to v0.0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b09ba5..b237478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unmake" description = "a makefile linter" -version = "0.0.12" +version = "0.0.13" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/unmake"