Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Sep 27, 2020
1 parent dff84c6 commit 4a32707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
2 changes: 1 addition & 1 deletion src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a32707

Please sign in to comment.