From fdd51197c26036a0428e227a8647390f3ab52bf9 Mon Sep 17 00:00:00 2001 From: Jason Orcutt Date: Thu, 8 Aug 2019 23:37:29 -0700 Subject: [PATCH] bumped version to 2.1.3 --- src/Zynga/PHPUnit/V2/Version.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zynga/PHPUnit/V2/Version.hh b/src/Zynga/PHPUnit/V2/Version.hh index b2b27d9..8be9007 100644 --- a/src/Zynga/PHPUnit/V2/Version.hh +++ b/src/Zynga/PHPUnit/V2/Version.hh @@ -10,7 +10,7 @@ namespace Zynga\PHPUnit\V2; // // -- class Version { - const string VERSION_NUMBER = "2.1.0"; + const string VERSION_NUMBER = "2.1.3"; const string VERSION_NAME = "darkseid"; public static function get(): string {