From 35ff2c46e2ef4847a84716b1ad1d66e66e4539a5 Mon Sep 17 00:00:00 2001 From: Jake Fecher Date: Sun, 15 Jan 2023 16:25:44 -0500 Subject: [PATCH] Bump version to add overwrite tests flag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 278b8d0..df83fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goldentests" -version = "1.1.0" +version = "1.1.1" authors = ["Jake Fecher "] edition = "2018" license-file = "LICENSE"