From 3241b135120c25d6522e46246386df0ab48e13c5 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Thu, 21 Dec 2017 17:05:46 +0100 Subject: [PATCH] 1.8.2 --- 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 e15e698a1..2b70f4b48 100644 --- a/lib/Raven/Client.php +++ b/lib/Raven/Client.php @@ -16,7 +16,7 @@ class Raven_Client { - const VERSION = '1.8.1'; + const VERSION = '1.8.2'; const PROTOCOL = '6';