From 689cc5945157d38143ae9c1a1ebf04e50c2a17e4 Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Sun, 17 Sep 2023 18:34:25 +0200 Subject: [PATCH] bumptest --- tests/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli.rs b/tests/cli.rs index 4b3b543..72f3f92 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -42,7 +42,7 @@ fn cli_version() -> Result<(), Box> { cmd.arg("-V"); cmd.assert() .success() - .stdout(predicate::str::contains("framels 0.4.2")); + .stdout(predicate::str::contains("framels 0.5.0")); Ok(()) }