From c01e4567e296e26093400519ab70821a75c12d76 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 6 Nov 2009 14:46:20 -0500 Subject: [PATCH] Bump version --- lib/hoptoad_notifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hoptoad_notifier.rb b/lib/hoptoad_notifier.rb index 2bfe6c334..30d22fa20 100644 --- a/lib/hoptoad_notifier.rb +++ b/lib/hoptoad_notifier.rb @@ -11,7 +11,7 @@ # Plugin for applications to automatically post errors to the Hoptoad of their choice. module HoptoadNotifier - VERSION = "2.0.1" + VERSION = "2.0.2" API_VERSION = "2.0" LOG_PREFIX = "** [Hoptoad] "