From 84390da3b55a39bf08dfa660c18a0a7c1a4efe99 Mon Sep 17 00:00:00 2001 From: "piotr.sliwa" Date: Mon, 15 Aug 2016 00:51:17 +0200 Subject: [PATCH] update version to 1.2.11-DEV --- lib/PHPPdf/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PHPPdf/Version.php b/lib/PHPPdf/Version.php index 3f61fe43..6194289a 100644 --- a/lib/PHPPdf/Version.php +++ b/lib/PHPPdf/Version.php @@ -17,7 +17,7 @@ */ final class Version { - const VERSION = '1.2.10'; + const VERSION = '1.2.11-DEV'; private function __construct() {