From e125c0c910feebf0d929fc07b81b550583aff5dd Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 19 Sep 2016 13:46:50 -0700 Subject: [PATCH] 1.3.0 --- 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 550a04357..37cbf8309 100644 --- a/lib/Raven/Client.php +++ b/lib/Raven/Client.php @@ -16,7 +16,7 @@ class Raven_Client { - const VERSION = '1.3.x-dev'; + const VERSION = '1.3.0'; const PROTOCOL = '6';