From 4a3270747c8838b227fdaef251e2e04449a7e751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kone=C4=8Dn=C3=BD?= Date: Sun, 27 Sep 2020 18:43:42 +0200 Subject: [PATCH] Version 2.0.0 --- CHANGELOG.md | 2 +- src/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c746e2b..e82f7c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 2.0.0-dev +Version 2.0.0 - BC break: removed Runner - simplified output, errors are now printed to tests_folder/job_name.errors - BC break: removed parameter $successText of method Assert::tryAssertion() diff --git a/src/Environment.php b/src/Environment.php index 4352f466..bc4754b2 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -14,7 +14,7 @@ final class Environment { use \Nette\StaticClass; public const NAME = "My Tester"; - public const VERSION = "2.0.0-dev"; + public const VERSION = "2.0.0"; private static int $taskCount = 0; private static bool $set = false;