From e59b54a3376c1dbbf8a407b198e2e5746104ef62 Mon Sep 17 00:00:00 2001 From: Matthew Wagner Date: Wed, 2 Mar 2016 17:08:48 -0800 Subject: [PATCH] Bump version number up to 3.3.3 --- lib/newrelic_aws/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/newrelic_aws/version.rb b/lib/newrelic_aws/version.rb index 33c2496..dbdd2b9 100644 --- a/lib/newrelic_aws/version.rb +++ b/lib/newrelic_aws/version.rb @@ -1,3 +1,3 @@ module NewRelicAWS - VERSION = '3.3.2' + VERSION = '3.3.3' end