From 7ebc06dcab248bdf12e807bed3b308ef9c8a6ebf Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Tue, 19 Jun 2018 17:02:57 +0200 Subject: [PATCH] 1.9.1 --- lib/Raven/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Raven/Client.php b/lib/Raven/Client.php index 6b6cd4da7..36a6e59fb 100644 --- a/lib/Raven/Client.php +++ b/lib/Raven/Client.php @@ -16,7 +16,7 @@ class Raven_Client { - const VERSION = '1.9.0'; + const VERSION = '1.9.1'; const PROTOCOL = '6';